summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2016-08-22 20:38:53 +0000
committerPete Cooper <peter_cooper@apple.com>2016-08-22 20:38:53 +0000
commit067ee5b549d7541a1d3c3c34245ec344cbe56aa6 (patch)
treee85c589aefd7ef5f9386c06bc906a66bd393a56f /llvm/lib/Support
parent0f488dc215bb3aa83ef53d8ca4c935f5db0f2a67 (diff)
downloadbcm5719-llvm-067ee5b549d7541a1d3c3c34245ec344cbe56aa6.tar.gz
bcm5719-llvm-067ee5b549d7541a1d3c3c34245ec344cbe56aa6.zip
Add ADT headers to the cmake headers directory for LLVMSupport. NFC.
Xcode and MSVC list the headers and source files for each library. LLVMSupport lists included the source files for ADT but not the headers. This add the ADT headers so that they are browsable by the UI. llvm-svn: 279470
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt
index 3d718e6a11c..229a1a3f875 100644
--- a/llvm/lib/Support/CMakeLists.txt
+++ b/llvm/lib/Support/CMakeLists.txt
@@ -130,6 +130,7 @@ add_llvm_library(LLVMSupport
ADDITIONAL_HEADER_DIRS
Unix
Windows
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/ADT
${LLVM_MAIN_INCLUDE_DIR}/llvm/Support
LINK_LIBS ${system_libs}
OpenPOWER on IntegriCloud