This change turns on the emission of __LLVM_Stackmaps section when generating a COFF binary.
Diff Detail
Event Timeline
LGTM -- I'll trust you got the flags for the COFF section right.
lib/MC/MCObjectFileInfo.cpp | ||
---|---|---|
737 | The formatting looks a little bit off here -- can you please run this change through clang-format? |
I'm not sure about the COFF flags. Not something that needs to be fixed right away though.
lib/MC/MCObjectFileInfo.cpp | ||
---|---|---|
740 | I wonder if the stackmap data really needs to be in a loadable section (in other words, memory resident when the code it refers to is executing), or if this should be some kind of client determined thing. Certainly for LLILC's purposes it doesn't need to be loadable, since we'll translate it to another format. |
The formatting looks a little bit off here -- can you please run this change through clang-format?