[llvm] e7294db - Fix llvm/test/DebugInfo/COFF/jump-table.ll

Daniel Paoliello via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 10:50:37 PDT 2023


Author: Daniel Paoliello
Date: 2023-08-25T10:50:07-07:00
New Revision: e7294dbc85d24a08c716d9babbe7f68390cf219b

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

LOG: Fix llvm/test/DebugInfo/COFF/jump-table.ll

Fix `llvm/test/DebugInfo/COFF/jump-table.ll` by adding `REQUIRES` clauses for all architectures used by the test.

Added: 
    

Modified: 
    llvm/test/DebugInfo/COFF/jump-table.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/COFF/jump-table.ll b/llvm/test/DebugInfo/COFF/jump-table.ll
index f416da8b8f5e82..a1f16f48962f99 100644
--- a/llvm/test/DebugInfo/COFF/jump-table.ll
+++ b/llvm/test/DebugInfo/COFF/jump-table.ll
@@ -1,3 +1,6 @@
+; REQUIRES: arm-registered-target
+; REQUIRES: aarch64-registered-target
+; REQUIRES: x86-registered-target
 ; RUN: llc -mtriple=i686-windows < %s | FileCheck %s --check-prefixes=CHECK,I686,NOTA32
 ; RUN: llc -mtriple=x86_64-windows < %s | FileCheck %s --check-prefixes=CHECK,X64,NOTA32
 ; RUN: llc -mtriple=aarch64-windows < %s | FileCheck %s --check-prefixes=CHECK,A64,NOTA32


        


More information about the llvm-commits mailing list