We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d469794 commit f696489Copy full SHA for f696489
llvm/CMakeLists.txt
@@ -796,10 +796,6 @@ option(LLVM_BUILD_EXAMPLES
796
"Build the LLVM example programs. If OFF, just generate build targets." OFF)
797
option(LLVM_INCLUDE_EXAMPLES "Generate build targets for the LLVM examples" ON)
798
799
-if(LLVM_BUILD_EXAMPLES)
800
- add_compile_definitions(BUILD_EXAMPLES)
801
-endif(LLVM_BUILD_EXAMPLES)
802
-
803
option(LLVM_BUILD_TESTS
804
"Build LLVM unit tests. If OFF, just generate build targets." OFF)
805
option(LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." ON)
0 commit comments