summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2019-10-17 10:23:48 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2019-10-17 10:23:48 +0000
commit9b8e5316f2a04b0cb641ba333fd776c88f3c021f (patch)
tree3e255a70b0b2b8e7d594d6144240fc894c74731c /llvm/test/Object
parent3b598b9c867a39065e6cb804423c28a6b020e6ee (diff)
downloadbcm5719-llvm-9b8e5316f2a04b0cb641ba333fd776c88f3c021f.tar.gz
bcm5719-llvm-9b8e5316f2a04b0cb641ba333fd776c88f3c021f.zip
[llvm-readobj] - Refine the LLVM-style output to be consistent.
Our LLVM-style output was inconsistent. This patch changes the output in the following way: SHT_GNU_verdef { -> VersionDefinitions [ SHT_GNU_verneed { -> VersionRequirements [ Version symbols [ -> VersionSymbols [ EH_FRAME Header [ -> EHFrameHeader { Differential revision: https://reviews.llvm.org/D68636 llvm-svn: 375095
Diffstat (limited to 'llvm/test/Object')
-rw-r--r--llvm/test/Object/multiple-sections.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Object/multiple-sections.yaml b/llvm/test/Object/multiple-sections.yaml
index e416b760fc5..197725595be 100644
--- a/llvm/test/Object/multiple-sections.yaml
+++ b/llvm/test/Object/multiple-sections.yaml
@@ -4,8 +4,8 @@
# Test that multiple sections with the same type does not trigger an error.
# CHECK: ElfHeader {
-# CHECK: SHT_GNU_verdef {
-# CHECK: SHT_GNU_verneed {
+# CHECK: VersionDefinitions [
+# CHECK: VersionRequirements [
# CHECK: CGProfile [
# CHECK: Addrsig [
OpenPOWER on IntegriCloud