summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-11 03:28:02 +0000
committerZachary Turner <zturner@google.com>2015-02-11 03:28:02 +0000
commit3bd47cee78afc3aea72ef0da887bf4caa7f685aa (patch)
treee0688c6a8b01b56f071348d292411d841b5a6b1f /llvm/lib/Transforms/Instrumentation
parent43b2cae82a39dcabdfe56c457789b90babd37a5f (diff)
downloadbcm5719-llvm-3bd47cee78afc3aea72ef0da887bf4caa7f685aa.tar.gz
bcm5719-llvm-3bd47cee78afc3aea72ef0da887bf4caa7f685aa.zip
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
This allows IDEs to recognize the entire set of header files for each of the core LLVM projects. Differential Revision: http://reviews.llvm.org/D7526 Reviewed By: Chris Bieneman llvm-svn: 228798
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r--llvm/lib/Transforms/Instrumentation/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
index 92e1091aa3b..b2ff03343eb 100644
--- a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
+++ b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
@@ -8,6 +8,9 @@ add_llvm_library(LLVMInstrumentation
InstrProfiling.cpp
SanitizerCoverage.cpp
ThreadSanitizer.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
)
add_dependencies(LLVMInstrumentation intrinsics_gen)
OpenPOWER on IntegriCloud