You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
402 B
11 lines
402 B
# REQUIRES: x86
|
|
# RUN: echo ".globl _main; .text; _main: ret" | llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t.o
|
|
# RUN: not %lld -o %t %t.o -order_file %s 2>&1 | FileCheck %s
|
|
# CHECK: invalid object file name "helloo" in order file: should end with .o
|
|
# CHECK: invalid object file name "z80" in order file: should end with .o
|
|
# CHECK-EMPTY:
|
|
|
|
_barsymbol
|
|
x86_64:helloo:_foosymbol
|
|
z80:_foosymbol
|