From 23fe50918cae9fbe70035cd9006f0baab67cbd4e Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 9 Jul 2021 19:24:15 +0300 Subject: [PATCH] llvm-12.0.1 --- programming/build/llvm/actions.py | 8 ++++---- programming/build/llvm/pspec.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index d0be576bc7..cd02375e7d 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -76,9 +76,6 @@ def setup(): cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ -G 'Unix Makefiles' \ %s \ - -DCMAKE_AR=/usr/bin/llvm-ar \ - -DCMAKE_NM=/usr/bin/llvm-nm \ - -DCMAKE_RANLIB=/usr/bin/llvm-ranlib \ -DLLVM_ENABLE_PROJECTS='%s' \ -DLLVM_LIBDIR_SUFFIX=%s \ -DLLVM_ENABLE_FFI=ON \ @@ -91,7 +88,10 @@ def setup(): -DLLVM_INCLUDEDIR=/usr/include \ -DLLVM_ENABLE_ASSERTIONS=OFF \ -DFFI_INCLUDE_DIR=/usr/include \ - -DCOMPILER_RT_USE_LIBCXX=OFF" % (options, projects, libsuffix), sourceDir=".." ) + -DCOMPILER_RT_USE_LIBCXX=OFF" % (options, projects, libsuffix), sourceDir=".." ) + #-DCMAKE_AR=/usr/bin/llvm-ar \ + #-DCMAKE_NM=/usr/bin/llvm-nm \ + #-DCMAKE_RANLIB=/usr/bin/llvm-ranlib \ def build(): shelltools.cd("build") diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml index 2c48038d9d..e5825971a0 100755 --- a/programming/build/llvm/pspec.xml +++ b/programming/build/llvm/pspec.xml @@ -25,12 +25,12 @@ cmake python3-devel - - llvm + + gcc +