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 c2fa3bc commit d27351bCopy full SHA for d27351b
lldb/cmake/modules/LLDBStandalone.cmake
@@ -85,6 +85,10 @@ endif()
85
# CMake modules to be in that directory as well.
86
list(APPEND CMAKE_MODULE_PATH "${LLVM_DIR}")
87
88
+separate_arguments(LLVM_DEFINITIONS_LIST NATIVE_COMMAND ${LLVM_DEFINITIONS})
89
+add_definitions(${LLVM_DEFINITIONS_LIST})
90
+list(APPEND CMAKE_REQUIRED_DEFINITIONS ${LLVM_DEFINITIONS_LIST})
91
+
92
include(AddLLVM)
93
include(TableGen)
94
include(HandleLLVMOptions)
0 commit comments