blob: 4374d93da6485721272dbc7735b653cc162100ed [file] [log] [blame]
George Rimar1e4b39f2016-03-29 08:45:40 +00001# REQUIRES: x86
2# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.foo.o
George Rimar1e4b39f2016-03-29 08:45:40 +00003
4## Check -t
5# RUN: ld.lld -shared %t.foo.o -o %t.so -t 2>&1 | FileCheck %s
6# CHECK: {{.*}}.foo.o
7
8## Check --trace alias
9# RUN: ld.lld -shared %t.foo.o -o %t.so -t 2>&1 | FileCheck %s