Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/test/Object/X86/coff-asm.ll | ||
---|---|---|
3–4 ↗ | (On Diff #183395) | Don't you just need these two lines to test your change? The change makes it so that llvm-nm doesn't crash on this input, right? |
llvm/test/Object/X86/coff-asm.ll | ||
---|---|---|
3–4 ↗ | (On Diff #183395) | It should be using RecordStreamer via IRObjectFile. My mistake, I didn't notice that you were calling llc here. You should be able to reproduce the problem by running llvm-nm on the file that you're calling %t.thinlto.bc here. |