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
This commit is contained in:
Howard Hinnant 2011-03-03 01:59:23 +00:00
parent d61816b5b8
commit 3145a948d6
1 changed files with 1 additions and 0 deletions

View File

@ -52,5 +52,6 @@ install(TARGETS cxx
install(DIRECTORY ../include/
DESTINATION include/c++/v1
FILES_MATCHING
PATTERN "*"
PATTERN ".svn" EXCLUDE
)