brintos

brintos / llvm-project-archived public Read only

0
0
Text · 393 B · f79de9b Raw
13 lines · plain
1# Inputs generated with:2# echo 'int hello() { return 5; }' > test.c3# clang -O -fembed-bitcode -c -o macho-bitcode-x86_64.o test.c4# clang -O -fembed-bitcode-marker -c -o macho-bitcode-marker-x86_64.o test.c5 6RUN: llvm-nm -a %p/Inputs/macho-bitcode-x86_64.o \7RUN:         | FileCheck %s8 9RUN: llvm-nm -a %p/Inputs/macho-bitcode-marker-x86_64.o \10RUN:         | FileCheck %s11 12CHECK: T _hello13