diff options
Diffstat (limited to 'lib/Target/CBackend/TargetInfo/CMakeLists.txt')
-rw-r--r-- | lib/Target/CBackend/TargetInfo/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/CBackend/TargetInfo/CMakeLists.txt b/lib/Target/CBackend/TargetInfo/CMakeLists.txt deleted file mode 100644 index 6203616..0000000 --- a/lib/Target/CBackend/TargetInfo/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. ) - -add_llvm_library(LLVMCBackendInfo - CBackendTargetInfo.cpp - ) |