forked from OSchip/llvm-project
Extend the workaround from r159593 to cover a few explicit alias
targets. llvm-svn: 159597
This commit is contained in:
parent
e8d5567426
commit
a7f1f35eb8
|
@ -22,5 +22,6 @@ set_target_properties(check-llvm PROPERTIES FOLDER "Tests")
|
|||
|
||||
# Setup a legacy alias for 'check-llvm'. This will likely change to be an
|
||||
# alias for 'check-all' at some point in the future.
|
||||
add_custom_target(check DEPENDS check-llvm)
|
||||
add_custom_target(check)
|
||||
add_dependencies(check check-llvm)
|
||||
set_target_properties(check PROPERTIES FOLDER "Tests")
|
||||
|
|
Loading…
Reference in New Issue