diff --git a/clang/test/CodeGen/debug-names-compound-type-units.ll b/clang/test/CodeGen/debug-names-compound-type-units.ll index 0d85de286772..62cecfdeaf7f 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 53aec43a050f..871947382005 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.