X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=CMakeLists.txt;h=aac8b52103546232edddef2ca6f4071d18218615;hp=65d980253b03255d2c3c9618be8ab50aca7ef162;hb=95ad263d73bc3fc9a472069e24f29a8c68fa4deb;hpb=83ed245532ade5edb64d2143a20fc6e57b3651fc diff --git a/CMakeLists.txt b/CMakeLists.txt index 65d980253b0..aac8b521035 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,6 +333,7 @@ option (LLVM_BUILD_EXTERNAL_COMPILER_RT "Build compiler-rt as an external project." OFF) option(LLVM_BUILD_LLVM_DYLIB "Build libllvm dynamic library" OFF) +option(LLVM_DYLIB_EXPORT_ALL "Export all symbols from libLLVM.dylib (default is C API only" OFF) option(LLVM_DISABLE_LLVM_DYLIB_ATEXIT "Disable llvm-shlib's atexit destructors." ON) if(LLVM_DISABLE_LLVM_DYLIB_ATEXIT) set(DISABLE_LLVM_DYLIB_ATEXIT 1)