Files
clang-p2996/llvm/test/tools/llvm-objdump/X86/stripped-shared.test
Diana Picus e7ab088a0e Move test from r294430 to target-specific directory
The test is X86-specific, and it broke on the ARM bots because they don't build
the X86 target.

llvm-svn: 294446
2017-02-08 13:48:08 +00:00

11 lines
250 B
Plaintext

// This test checks that dynamic symbols are used when disassembling elf files.
// RUN: llvm-objdump -d %p/Inputs/stripped-elf.so | FileCheck %s
# CHECK: .init
# CHECK: .plt
# CHECK: .text
# CHECK: func0
# CHECK: func1
# CHECK: func2
# CHECK: .fini