Author: David Spickett
Date: 2024-01-12T16:08:52Z
New Revision: 6f55c134d4aaa9eab9ef53886c2532d6da72ca47

URL: 
https://github.com/llvm/llvm-project/commit/6f55c134d4aaa9eab9ef53886c2532d6da72ca47
DIFF: 
https://github.com/llvm/llvm-project/commit/6f55c134d4aaa9eab9ef53886c2532d6da72ca47.diff

LOG: [clang[test] Require x86 target for new tests

Fixes d199ab469949b104bc4fbb888251ee184fd53de1.

Added: 
    

Modified: 
    clang/test/CodeGen/debug-names-compound-type-units.ll
    clang/test/CodeGen/thinlto-debug-names-tu-reuse.ll

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/debug-names-compound-type-units.ll 
b/clang/test/CodeGen/debug-names-compound-type-units.ll
index 0d85de286772a3..62cecfdeaf7f94 100644
--- a/clang/test/CodeGen/debug-names-compound-type-units.ll
+++ b/clang/test/CodeGen/debug-names-compound-type-units.ll
@@ -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.

diff  --git a/clang/test/CodeGen/thinlto-debug-names-tu-reuse.ll 
b/clang/test/CodeGen/thinlto-debug-names-tu-reuse.ll
index 53aec43a050f8b..8719473820053e 100644
--- a/clang/test/CodeGen/thinlto-debug-names-tu-reuse.ll
+++ b/clang/test/CodeGen/thinlto-debug-names-tu-reuse.ll
@@ -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.


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to