summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-03-03 01:59:23 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-03-03 01:59:23 +0000
commit3145a948d62e6f073f7e044047586fba84f168ff (patch)
tree21d52306e0b6b036f4739d0fb73702c119f98add /libcxx/lib
parentd61816b5b8c5e0f5d5c9e6c5e6811bee59c98140 (diff)
downloadbcm5719-llvm-3145a948d62e6f073f7e044047586fba84f168ff.tar.gz
bcm5719-llvm-3145a948d62e6f073f7e044047586fba84f168ff.zip
http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time.
llvm-svn: 126917
Diffstat (limited to 'libcxx/lib')
-rw-r--r--libcxx/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/lib/CMakeLists.txt b/libcxx/lib/CMakeLists.txt
index 171eaf141dc..2f49e22770e 100644
--- a/libcxx/lib/CMakeLists.txt
+++ b/libcxx/lib/CMakeLists.txt
@@ -52,5 +52,6 @@ install(TARGETS cxx
install(DIRECTORY ../include/
DESTINATION include/c++/v1
FILES_MATCHING
+ PATTERN "*"
PATTERN ".svn" EXCLUDE
)
OpenPOWER on IntegriCloud