[llvm] 1688c87 - s/requires/REQUIRES to fix the test on release build

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 13:01:05 PST 2025


Author: mingmingl
Date: 2025-01-23T12:59:42-08:00
New Revision: 1688c8719fca43e285bfa3900062a2248295a9af

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

LOG: s/requires/REQUIRES to fix the test on release build

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/jump-table-partition.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/jump-table-partition.ll b/llvm/test/CodeGen/X86/jump-table-partition.ll
index bf34c3bb2bf308..8c7e726576bceb 100644
--- a/llvm/test/CodeGen/X86/jump-table-partition.ll
+++ b/llvm/test/CodeGen/X86/jump-table-partition.ll
@@ -1,8 +1,5 @@
 ; -stats requires asserts
-; requires: asserts
-
-; COM: Investigate test failure and re-enable the test.
-; UNSUPPORTED: target={{.*}}
+; REQUIRES: asserts
 
 ; Stop after 'finalize-isel' for simpler MIR, and lower the minimum number of
 ; jump table entries so 'switch' needs fewer cases to generate a jump table.


        


More information about the llvm-commits mailing list