Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Object / nm-bitcode.test
blobf79de9beba905914a2ffc51ebc0cc6d4c3aa973c
1 # Inputs generated with:
2 # echo 'int hello() { return 5; }' > test.c
3 # clang -O -fembed-bitcode -c -o macho-bitcode-x86_64.o test.c
4 # clang -O -fembed-bitcode-marker -c -o macho-bitcode-marker-x86_64.o test.c
6 RUN: llvm-nm -a %p/Inputs/macho-bitcode-x86_64.o \
7 RUN:         | FileCheck %s
9 RUN: llvm-nm -a %p/Inputs/macho-bitcode-marker-x86_64.o \
10 RUN:         | FileCheck %s
12 CHECK: T _hello