[PATCH] D24497: [WebAssembly] Trying to fix broken tests caused by r281285.
Eric Liu via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 03:14:19 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL281312: [WebAssembly] Trying to fix broken tests in CodeGen/WebAssembly caused by… (authored by ioeric).
Changed prior to commit:
https://reviews.llvm.org/D24497?vs=71122&id=71132#toc
Repository:
rL LLVM
https://reviews.llvm.org/D24497
Files:
llvm/trunk/test/CodeGen/WebAssembly/dbgvalue.ll
llvm/trunk/test/DebugInfo/WebAssembly/dbg-declare.ll
Index: llvm/trunk/test/DebugInfo/WebAssembly/dbg-declare.ll
===================================================================
--- llvm/trunk/test/DebugInfo/WebAssembly/dbg-declare.ll
+++ llvm/trunk/test/DebugInfo/WebAssembly/dbg-declare.ll
@@ -45,7 +45,7 @@
!1 = !DIFile(filename: "crash.c", directory: "wasm/tests")
!2 = !{}
!3 = !{!4}
-!4 = distinct !DIGlobalVariable(name: "key", scope: !0, file: !1, line: 7, type: !5, isLocal: false, isDefinition: true, variable: [15 x i8]* @key)
+!4 = distinct !DIGlobalVariable(name: "key", scope: !0, file: !1, line: 7, type: !5, isLocal: false, isDefinition: true)
!5 = !DICompositeType(tag: DW_TAG_array_type, baseType: !6, size: 120, align: 8, elements: !9)
!6 = !DIDerivedType(tag: DW_TAG_typedef, name: "uint8_t", file: !7, line: 185, baseType: !8)
!7 = !DIFile(filename: "wasm/emscripten/system/include/libc/bits/alltypes.h", directory: "wasm/tests")
Index: llvm/trunk/test/CodeGen/WebAssembly/dbgvalue.ll
===================================================================
--- llvm/trunk/test/CodeGen/WebAssembly/dbgvalue.ll
+++ llvm/trunk/test/CodeGen/WebAssembly/dbgvalue.ll
@@ -45,7 +45,7 @@
!1 = !DIFile(filename: "crash.c", directory: "wasm/tests")
!2 = !{}
!3 = !{!4}
-!4 = distinct !DIGlobalVariable(name: "key", scope: !0, file: !1, line: 7, type: !5, isLocal: false, isDefinition: true, variable: [15 x i8]* @key)
+!4 = distinct !DIGlobalVariable(name: "key", scope: !0, file: !1, line: 7, type: !5, isLocal: false, isDefinition: true)
!5 = !DICompositeType(tag: DW_TAG_array_type, baseType: !6, size: 120, align: 8, elements: !9)
!6 = !DIDerivedType(tag: DW_TAG_typedef, name: "uint8_t", file: !7, line: 185, baseType: !8)
!7 = !DIFile(filename: "wasm/emscripten/system/include/libc/bits/alltypes.h", directory: "wasm/tests")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24497.71132.patch
Type: text/x-patch
Size: 1799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160913/350e02d9/attachment.bin>
More information about the llvm-commits
mailing list