forked from OSchip/llvm-project
[NFC] Don't assume llvm directory is CMake root
This makes the file consistent with ARM/CMakeLists.txt
This commit is contained in:
parent
10250c5a2a
commit
f0c234d2a6
|
@ -1,6 +1,6 @@
|
|||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/lib/Target/AArch64
|
||||
${CMAKE_BINARY_DIR}/lib/Target/AArch64
|
||||
${LLVM_MAIN_SRC_DIR}/lib/Target/AArch64
|
||||
${LLVM_BINARY_DIR}/lib/Target/AArch64
|
||||
)
|
||||
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
|
|
Loading…
Reference in New Issue