X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=CMakeLists.txt;h=687176ca5772538f97a3d90e9500c74a5daa1e30;hb=485c7fd76b32a69c46782a715682ed8831b0873b;hp=7697a2b9c59fccf69d615b14bcb3eed6d888c2f6;hpb=6fccaafd8be0eb7619b5a210387b0d1254ef4174;p=oota-llvm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7697a2b9c59..687176ca577 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,6 +183,9 @@ endif( LLVM_USE_OPROFILE ) set(LLVM_USE_SANITIZER "" CACHE STRING "Define the sanitizer used to build binaries and tests.") +option(LLVM_USE_SPLIT_DWARF + "Use -gsplit-dwarf when compiling llvm." OFF) + # Define an option controlling whether we should build for 32-bit on 64-bit # platforms, where supported. if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 )