Skip to content

Commit 246990d

Browse files
committed
[llvm][MC][test] Disable many-instructons.s on 32-bit systems
Added by llvm#150846. Checks the size of a structure, which is only correct for 64-bit systems.
1 parent 109040a commit 246990d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/MC/ELF/many-instructions.s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# REQUIRES: asserts
1+
## Checks the size of an internal MC structure that is different on 32-bit.
2+
# REQUIRES: asserts, llvm-64-bits
23
# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o /dev/null -debug-only=mc-dump 2>&1 | grep -E -o '[0-9]+ Data Size:[0-9]+' | FileCheck %s
34

45
## Test that encodeInstruction may cause a new fragment to be created.

0 commit comments

Comments
 (0)