summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2017-10-10 11:49:56 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2017-10-10 11:49:56 +0000
commit5b0f885691554eb4cbe4a308266bbc1410dded5f (patch)
treea702397d8492b40b5dbd8665255e68b417e8ceb6 /llvm/test/Linker/Inputs
parent8e32008123019c5406c051aba7abf531c0b5b25c (diff)
downloadbcm5719-llvm-5b0f885691554eb4cbe4a308266bbc1410dded5f.tar.gz
bcm5719-llvm-5b0f885691554eb4cbe4a308266bbc1410dded5f.zip
Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
This reverts commit r315297. llvm-svn: 315299
Diffstat (limited to 'llvm/test/Linker/Inputs')
-rw-r--r--llvm/test/Linker/Inputs/type-unique-simple2-a.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Linker/Inputs/type-unique-simple2-a.ll b/llvm/test/Linker/Inputs/type-unique-simple2-a.ll
index 534442a51b7..0b2b1ae6b61 100644
--- a/llvm/test/Linker/Inputs/type-unique-simple2-a.ll
+++ b/llvm/test/Linker/Inputs/type-unique-simple2-a.ll
@@ -8,9 +8,9 @@
; CHECK: DW_TAG_compile_unit
; CHECK: DW_TAG_formal_parameter
-; CHECK: DW_AT_type [DW_FORM_ref_addr] {{.*}}[[INT]]
+; CHECK: DW_AT_type [DW_FORM_ref_addr] {{.*}}[[INT]])
; CHECK: DW_TAG_variable
-; CHECK: DW_AT_type [DW_FORM_ref_addr] {{.*}}[[BASE]]
+; CHECK: DW_AT_type [DW_FORM_ref_addr] {{.*}}[[BASE]])
; Make sure llvm-link only generates a single copy of the struct.
; LINK: DW_TAG_structure_type
OpenPOWER on IntegriCloud