summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-08-17 18:39:19 +0000
committerVedant Kumar <vsk@apple.com>2018-08-17 18:39:19 +0000
commit8cd64580b7681d9d496dbbe7e2c80cd056d3ddb3 (patch)
tree6afdd2eb48d29c0281d80b9f3e95129da1716c9b
parentb8ff3fff087c24df190709ddd4968220d86c1a56 (diff)
downloadbcm5719-llvm-8cd64580b7681d9d496dbbe7e2c80cd056d3ddb3.tar.gz
bcm5719-llvm-8cd64580b7681d9d496dbbe7e2c80cd056d3ddb3.zip
Remove a hardcoded address in test/DebugInfo/X86/vla-multi.ll
This relaxes a test to make it less brittle. llvm-svn: 340068
-rw-r--r--llvm/test/DebugInfo/X86/vla-multi.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/vla-multi.ll b/llvm/test/DebugInfo/X86/vla-multi.ll
index 6207bb65a73..c2a3f7bfb28 100644
--- a/llvm/test/DebugInfo/X86/vla-multi.ll
+++ b/llvm/test/DebugInfo/X86/vla-multi.ll
@@ -8,7 +8,7 @@
;}
;
; CHECK: DW_TAG_array_type
-; CHECK-NEXT: DW_AT_type (0x000000f8 "int")
+; CHECK-NEXT: DW_AT_type ([[int_type_die:.*]] "int")
; CHECK-NOT: TAG
; CHECK: DW_TAG_subrange_type
; CHECK-NEXT: DW_AT_type (0x{{.*}}"__ARRAY_SIZE_TYPE__")
@@ -26,7 +26,7 @@
; CHECK-NEXT: DW_AT_type (0x{{.*}} "__ARRAY_SIZE_TYPE__")
; CHECK-NEXT: DW_AT_count (0x{{.*}})
; CHECK: DW_TAG_array_type
-; CHECK-NEXT: DW_AT_type (0x000000f8 "int")
+; CHECK-NEXT: DW_AT_type ([[int_type_die]] "int")
; CHECK-NOT: TAG
; CHECK: DW_TAG_subrange_type
; CHECK-NEXT: DW_AT_type (0x{{.*}}"__ARRAY_SIZE_TYPE__")
OpenPOWER on IntegriCloud