The test should need an update / serve as the test forD11969
Details
Diff Detail
Event Timeline
test/CodeGen/AMDGPU/basic-debug-info.ll | ||
---|---|---|
36 | 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 | ||
---|---|---|
36 | 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 | ||
---|---|---|
8 |
| |
18 |
| |
22 |
|
r294031
test/CodeGen/AMDGPU/basic-debug-info.ll | ||
---|---|---|
18 | This was the real problem. The other problems I managed to fix or otherwise it fails to parse |