diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-10-19 18:06:10 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-10-19 18:06:10 +0000 |
commit | 105716ecab261f4356f111a6f25927a9a7d9c93b (patch) | |
tree | fc3d99066011e62092976ac4dd83a9f84eff6f3f | |
parent | e6a7dabdefd328729bdcf15a434108b4c0bc64fb (diff) |
Fix CMake installation of arm_neon.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116835 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Headers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/CMakeLists.txt b/lib/Headers/CMakeLists.txt index dd9419267e..eef541e5b8 100644 --- a/lib/Headers/CMakeLists.txt +++ b/lib/Headers/CMakeLists.txt @@ -18,7 +18,7 @@ set(files tmmintrin.h xmmintrin.h) -set(output_dir ${LLVM_BINARY_DIR}/lib/${CMAKE_CFG_INTDIR}/clang/${CLANG_VERSION}/include) +set(output_dir ${LLVM_BINARY_DIR}/lib/clang/${CLANG_VERSION}/include) # If we are in an IDE that has a configuration directory, we need to # create a second copy of the headers so that 'clang' can find them if |