forked from OSchip/llvm-project
[UpdateTestChecks] Add requires asserts to tests
The tests use debug-only, which is only available in debug mode. This should fix the failing tests.
This commit is contained in:
parent
470b5c7f0d
commit
c74f54f2f4
|
@ -1,3 +1,4 @@
|
|||
# REQUIRES: asserts
|
||||
# REQUIRES: amdgpu-registered-target
|
||||
## Basic test checking that update_llc_test_checks.py can update a file with isel debug output
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# REQUIRES: asserts
|
||||
# REQUIRES: lanai-registered-target
|
||||
## Basic test checking that update_llc_test_checks.py can update a file with isel debug output
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# REQUIRES: asserts
|
||||
# REQUIRES: x86-registered-target
|
||||
## Basic test checking that update_llc_test_checks.py can update a file with isel debug output
|
||||
|
||||
|
|
Loading…
Reference in New Issue