Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit f642cae

Browse files
committed
Merging r328408:
------------------------------------------------------------------------ r328408 | echristo | 2018-03-23 19:56:58 -0700 (Fri, 23 Mar 2018) | 1 line Add REQUIRES lines for the targets being checked in this test. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@332552 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 00f3f7c commit f642cae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/MC/ELF/cfi-large-model.s

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: llvm-mc -filetype=obj -triple powerpc64le-linux-gnu -large-code-model %s \
44
// RUN: -o - | llvm-readobj -s -sd | FileCheck --check-prefix=CHECK-PPC %s
55

6+
// REQUIRES: x86-registered-target
7+
// REQUIRES: powerpc-registered-target
8+
69
// CHECK-X86: Section {
710
// CHECK-X86: Index:
811
// CHECK-X86: Name: .eh_frame

0 commit comments

Comments
 (0)