Skip to content

Commit 98bb341

Browse files
committed
[CMake] Prune include_directories() in llvm/lib/Target, take brson#2.
I forgot to commit them. They were staging in my local repo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195924 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2513d8b commit 98bb341

File tree

16 files changed

+0
-35
lines changed

16 files changed

+0
-35
lines changed

lib/Target/Hexagon/TargetInfo/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/..
2-
${CMAKE_CURRENT_SOURCE_DIR}/.. )
3-
41
add_llvm_library(LLVMHexagonInfo
52
HexagonTargetInfo.cpp
63
)

lib/Target/R600/InstPrinter/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2-
31
add_llvm_library(LLVMR600AsmPrinter
42
AMDGPUInstPrinter.cpp
53
)

lib/Target/R600/TargetInfo/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2-
31
add_llvm_library(LLVMR600Info
42
AMDGPUTargetInfo.cpp
53
)

lib/Target/SystemZ/AsmParser/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2-
31
add_llvm_library(LLVMSystemZAsmParser
42
SystemZAsmParser.cpp
53
)

lib/Target/SystemZ/Disassembler/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2-
31
add_llvm_library(LLVMSystemZDisassembler
42
SystemZDisassembler.cpp
53
)

lib/Target/SystemZ/InstPrinter/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2-
31
add_llvm_library(LLVMSystemZAsmPrinter
42
SystemZInstPrinter.cpp
53
)

lib/Target/SystemZ/TargetInfo/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2-
31
add_llvm_library(LLVMSystemZInfo
42
SystemZTargetInfo.cpp
53
)

lib/Target/X86/AsmParser/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2-
31
add_llvm_library(LLVMX86AsmParser
42
X86AsmParser.cpp
53
)

lib/Target/X86/Disassembler/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2-
31
add_llvm_library(LLVMX86Disassembler
42
X86Disassembler.cpp
53
X86DisassemblerDecoder.c

lib/Target/X86/InstPrinter/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2-
31
add_llvm_library(LLVMX86AsmPrinter
42
X86ATTInstPrinter.cpp
53
X86IntelInstPrinter.cpp

0 commit comments

Comments
 (0)