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 bfcb0d6 commit a52fabeCopy full SHA for a52fabe
bolt/lib/Target/PowerPC/CMakeLists.txt
@@ -1,3 +1,8 @@
1
add_llvm_library(LLVMBOLTTargetPowerPC
2
PPCMCPlusBuilder.cpp
3
- )
+ )
4
+
5
+target_include_directories(LLVMBOLTTargetPowerPC PRIVATE
6
+ ${LLVM_BINARY_DIR}/include
7
+ ${LLVM_SOURCE_DIR}/include
8
+)
0 commit comments