1 ## We're intentionally testing fatal errors (for malformed input files), and
2 ## fatal errors aren't supported for testing when main is run twice.
3 # XFAIL: main-run-twice
6 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
7 # RUN: not %lld -o %t %t.o 2>&1 | FileCheck %s -DFILE=%t.o
8 # CHECK: error: section from [[FILE]] conflicts with synthetic section __DATA_CONST,__got
12 .section __DATA_CONST,__got
21 ## make sure the GOT will be needed
22 pushq _foo@GOTPCREL
(%rip
)