From 149729d89870cd411ba1ee716e889698240c72a2 Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Thu, 18 Feb 2021 21:08:27 +0300 Subject: [PATCH] llvm 11.1.0 --- programming/build/llvm/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index a10e3ff4ed..ee2dc70a2e 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -78,6 +78,7 @@ def setup(): -DLLVM_INCLUDEDIR=/usr/include \ -DLLVM_ENABLE_ASSERTIONS=OFF \ -DFFI_INCLUDE_DIR=/usr/include \ + -DLLVM_ENABLE_LIBCXX=ON \ -DCOMPILER_RT_USE_LIBCXX=OFF" % (options, projects, libsuffix), sourceDir=".." ) def build():