[clang[test] Require x86 target for new tests

Fixes d199ab469949b104bc4fbb888251ee184fd53de1.
This commit is contained in:
David Spickett 2024-01-12 16:08:52 +00:00
parent 8550e8845c
commit 6f55c134d4
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
; REQUIRES: asserts
; REQUIRES: x86-registered-target
;; Tests that we use correct accelerator table when processing nested TUs.
;; Assert is not triggered.

View File

@ -1,4 +1,5 @@
; REQUIRES: asserts
; REQUIRES: x86-registered-target
;; Tests that accelerator table switches correctly from TU to CU when a top level TU is re-used.
;; Assert is not triggered.