Skip to content

Commit 6f55c13

Browse files
committed
[clang[test] Require x86 target for new tests
Fixes d199ab4.
1 parent 8550e88 commit 6f55c13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/test/CodeGen/debug-names-compound-type-units.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; REQUIRES: asserts
2+
; REQUIRES: x86-registered-target
23

34
;; Tests that we use correct accelerator table when processing nested TUs.
45
;; Assert is not triggered.

clang/test/CodeGen/thinlto-debug-names-tu-reuse.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; REQUIRES: asserts
2+
; REQUIRES: x86-registered-target
23

34
;; Tests that accelerator table switches correctly from TU to CU when a top level TU is re-used.
45
;; Assert is not triggered.

0 commit comments

Comments
 (0)