Extend a workaround for a CMake bug in LLVM's r159593 to apply to

a Clang target which hits the same bug directly.

llvm-svn: 159598
This commit is contained in:
Chandler Carruth 2012-07-02 21:46:03 +00:00
parent a7f1f35eb8
commit dc2e4bcad3
1 changed files with 2 additions and 1 deletions

View File

@ -88,5 +88,6 @@ else()
endif()
# Add a legacy target spelling: clang-test
add_custom_target(clang-test DEPENDS check-clang)
add_custom_target(clang-test)
add_dependencies(clang-test check-clang)
set_target_properties(clang-test PROPERTIES FOLDER "Clang tests")