forked from OSchip/llvm-project
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
# This tests the functionality of the RoundTrip Passes and verifies
|
|
# that the atoms belong to the native file after the passes finish
|
|
|
|
# REQUIRES: asserts
|
|
|
|
RUN: lld -flavor gnu -target x86_64 %p/Inputs/foo.o.x86-64 --noinhibit-exec \
|
|
RUN: --output-filetype=yaml -o %t1
|
|
RUN: FileCheck %s < %t1
|
|
|
|
CHECK:path:{{.*}}.native
|
|
|