[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:
Georgii Rymar 2020-01-21 14:40:10 +03:00
parent bc8a1ab26f
commit 295aea8078
2 changed files with 0 additions and 4 deletions

View File

@ -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]