[PATCH] D11972: AMDGPU: Set MCAsmInfo::PointerSize

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 12:13:46 PST 2017


arsenm closed this revision.
arsenm marked 3 inline comments as done.
arsenm added a comment.

r294031



================
Comment at: test/CodeGen/AMDGPU/basic-debug-info.ll:18
+
+!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, isOptimized: false, runtimeVersion: 0, emissionKind: 0, enums: !2, subprograms: !3)
+!1 = !DIFile(filename: "/tmp/basic-debug-info.cl", directory: "/Users/matt/src/llvm/build_debug")
----------------
kzhuravl wrote:
> - `emissionKind: 0` -> `emissionKind: FullDebug`
> - remove `subprograms: !3`
This was the real problem. The other problems I managed to fix or otherwise it fails to parse


https://reviews.llvm.org/D11972





More information about the llvm-commits mailing list