AIX .file directive support including compiler version string.
https://www.ibm.com/docs/en/aix/7.2?topic=ops-file-pseudo-op
This patch adds the support so that it will be easier to identify build
compiler in objects.
Paths
| Differential D105743
[AIX] Emit version string in .file directive ClosedPublic Authored by jsji on Jul 9 2021, 3:06 PM.
Details
Summary AIX .file directive support including compiler version string. This patch adds the support so that it will be easier to identify build
Diff Detail
Unit TestsFailed
Event Timeline
Comment Actions LGTM. Thanks for doing this.
This revision is now accepted and ready to land.Jul 11 2021, 7:49 PM
This revision was landed with ongoing or failed builds.Jul 12 2021, 10:04 AM Closed by commit rG28fb69e00a4d: [AIX] Emit version string in .file directive (authored by jsji). · Explain Why This revision was automatically updated to reflect the committed changes. efriedma removed a child revision: D34362: [LNT] Support for different DataSet usage in Polybench for "lnt runtest nt".Jul 17 2021, 3:02 PM
Revision Contents
Diff 357682 llvm/include/llvm/MC/MCAsmInfo.h
llvm/include/llvm/MC/MCObjectStreamer.h
llvm/include/llvm/MC/MCStreamer.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/MC/MCAsmInfoXCOFF.cpp
llvm/lib/MC/MCAsmStreamer.cpp
llvm/lib/MC/MCObjectStreamer.cpp
llvm/lib/MC/MCStreamer.cpp
llvm/test/CodeGen/PowerPC/aix-filename-absolute-path.ll
llvm/test/CodeGen/PowerPC/aix-filename-relative-path.ll
llvm/test/CodeGen/PowerPC/aix-filename-special-character-double-quotation.ll
llvm/test/CodeGen/PowerPC/aix-filename-special-character-single-quotation.ll
|
typo: description