Details
Diff Detail
- Build Status
Buildable 27277 Build 27276: arc lint + arc unit
Event Timeline
llvm/test/Object/X86/coff-asm.ll | ||
---|---|---|
3–4 | 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 | 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. |
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?