This PR causes the PPA1 to emit the function's name if it exists. This field is not emitted for unnamed functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
See minor nit inline. Otherwise LGTM.
llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp | ||
---|---|---|
1129 | Please pass OutStreamer as first argument for consistency with emitPPA1Flags. Also, just pass in a StringRef OutName instead of all of MF. |
Please pass OutStreamer as first argument for consistency with emitPPA1Flags. Also, just pass in a StringRef OutName instead of all of MF.