Skip to content

Commit 2a0f6dc

Browse files
Merge pull request swiftlang#8619 from rastogishubham/FixRelocTest6
Add REQUIRES to 32-bit relocation tests in MCCAS
2 parents 59fbb17 + 857eac9 commit 2a0f6dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CAS/test-reloc-mccas-32bit-arm.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This test tests to make sure mccas can handle scattered relocations properly on 32 bit arm
2-
2+
# REQUIRES: arm-registered-target
33
# RUN: rm -rf %t && mkdir -p %t
44
# RUN: llvm-mc --cas=%t/cas --cas-backend --mccas-verify -triple=armv7-apple-darwin10 -filetype=obj -o %t/reloc.o %s
55

llvm/test/CAS/test-reloc-mccas-32bit.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This test tests to make sure mccas can handle scattered relocations properly on 32 bit x86
2-
2+
# REQUIRES: x86-registered-target
33
# RUN: rm -rf %t && mkdir -p %t
44
# RUN: llvm-mc --cas=%t/cas --cas-backend --mccas-verify -triple=i386-apple-macosx10.4 -filetype=obj -o %t/reloc.o %s
55
movl y+4, %ecx

0 commit comments

Comments
 (0)