mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Extend the workaround from r159593 to cover a few explicit alias
targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159597 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
33219d48c2
commit
b546613d43
@ -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
Block a user