forked from OSchip/llvm-project
[llvm-readobj] - Remove rpath.test.
rpath.test checks that DT_RPATH is dumped. We have dynamic-tags.test that tests all dynamic tags and it is better, because also checks llvm-readelf and does not use precompiled binaries. Differential revision: https://reviews.llvm.org/D73093
This commit is contained in:
parent
bc8a1ab26f
commit
295aea8078
Binary file not shown.
|
@ -1,4 +0,0 @@
|
|||
RUN: llvm-readobj --dynamic-table %p/Inputs/rpath.exe.elf-x86_64 \
|
||||
RUN: | FileCheck %s
|
||||
|
||||
CHECK: 0x000000000000000F RPATH Library rpath: [/usr/local/lib]
|
Loading…
Reference in New Issue