forked from OSchip/llvm-project
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:
parent
a7f1f35eb8
commit
dc2e4bcad3
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue