Skip to content

Commit

Permalink
[clang[test] Require x86 target for new tests
Browse files Browse the repository at this point in the history
Fixes d199ab4.
  • Loading branch information
DavidSpickett committed Jan 12, 2024
1 parent 8550e88 commit 6f55c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/CodeGen/debug-names-compound-type-units.ll
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions clang/test/CodeGen/thinlto-debug-names-tu-reuse.ll
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6f55c13

Please sign in to comment.