forked from OSchip/llvm-project
Add missing triple target for numeric section flag test
llvm-svn: 289798
This commit is contained in:
parent
8e67aa9a9b
commit
bc35f21f70
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: llvm-mc -filetype=obj %s -o - \
|
||||
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux-gnu %s -o - \
|
||||
// RUN: | llvm-readobj -s -t | FileCheck %s
|
||||
|
||||
.section .text, "0x806", %progbits, unique, 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue