The test should need an update / serve as the test forD11969
Details
Diff Detail
Event Timeline
test/CodeGen/AMDGPU/basic-debug-info.ll | ||
---|---|---|
35 | Do we need this clang version in the test? Can any of this other metadata be safely dropped? |
I think so
test/CodeGen/AMDGPU/basic-debug-info.ll | ||
---|---|---|
35 | The clang version should be droppable. Most of it probably can be, I'm not exactly sure what the minimum required is |
.debug_info section is not emitted because you have emissionKind: 0. Change it to emissionKind: FullDebug to get debug info emitted.
test/CodeGen/AMDGPU/basic-debug-info.ll | ||
---|---|---|
9 |
| |
19 |
| |
23 |
|
r294031
test/CodeGen/AMDGPU/basic-debug-info.ll | ||
---|---|---|
19 | This was the real problem. The other problems I managed to fix or otherwise it fails to parse |