summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/TargetInfo
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-10-21 03:34:22 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-10-21 03:34:22 +0000
commit60e7127e862e359eb1b4694e5161da6dc4c2c397 (patch)
tree3b7b7f394b741cfd7b592c76909062d7a30623a7 /lib/Target/MBlaze/TargetInfo
parentd9707e3d852622197133a73dcb788a7fcd364015 (diff)
downloadllvm-60e7127e862e359eb1b4694e5161da6dc4c2c397.tar.gz
llvm-60e7127e862e359eb1b4694e5161da6dc4c2c397.tar.bz2
llvm-60e7127e862e359eb1b4694e5161da6dc4c2c397.tar.xz
Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it
compiles on OS X. I'll ensure that it builds on a linux machine before committing again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MBlaze/TargetInfo')
-rw-r--r--lib/Target/MBlaze/TargetInfo/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/MBlaze/TargetInfo/CMakeLists.txt b/lib/Target/MBlaze/TargetInfo/CMakeLists.txt
index 40696f63c4..5afb14d09a 100644
--- a/lib/Target/MBlaze/TargetInfo/CMakeLists.txt
+++ b/lib/Target/MBlaze/TargetInfo/CMakeLists.txt
@@ -1,5 +1,4 @@
-include_directories( ${CMAKE_CURRENT_BINARY_DIR}/..
- ${CMAKE_CURRENT_SOURCE_DIR}/.. )
+include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMMBlazeInfo
MBlazeTargetInfo.cpp