We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59fbb17 + 857eac9 commit 2a0f6dcCopy full SHA for 2a0f6dc
llvm/test/CAS/test-reloc-mccas-32bit-arm.s
@@ -1,5 +1,5 @@
1
# This test tests to make sure mccas can handle scattered relocations properly on 32 bit arm
2
-
+# REQUIRES: arm-registered-target
3
# RUN: rm -rf %t && mkdir -p %t
4
# RUN: llvm-mc --cas=%t/cas --cas-backend --mccas-verify -triple=armv7-apple-darwin10 -filetype=obj -o %t/reloc.o %s
5
llvm/test/CAS/test-reloc-mccas-32bit.s
# This test tests to make sure mccas can handle scattered relocations properly on 32 bit x86
+# REQUIRES: x86-registered-target
# RUN: llvm-mc --cas=%t/cas --cas-backend --mccas-verify -triple=i386-apple-macosx10.4 -filetype=obj -o %t/reloc.o %s
movl y+4, %ecx
0 commit comments