mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
|
# Inputs generated with:
|
||
|
# echo 'int hello() { return 5; }' > test.c
|
||
|
# clang -O -fembed-bitcode -c -o macho-bitcode-x86_64.o test.c
|
||
|
# clang -O -fembed-bitcode-marker -c -o macho-bitcode-marker-x86_64.o test.c
|
||
|
|
||
|
RUN: llvm-nm -a %p/Inputs/macho-bitcode-x86_64.o \
|
||
|
RUN: | FileCheck %s
|
||
|
|
||
|
RUN: llvm-nm -a %p/Inputs/macho-bitcode-marker-x86_64.o \
|
||
|
RUN: | FileCheck %s
|
||
|
|
||
|
CHECK: T _hello
|