The lto-aix-system-assembler currently only understands absolute path. This patch teaches the option so that it can resolve relative paths and tilde.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D138729
[AIX][LTO] Teaching lto-aix-system-assembler Relative Path and Tilde Resolution ClosedPublic Authored by qiongsiwu1 on Nov 25 2022, 9:26 AM.
Details Summary The lto-aix-system-assembler currently only understands absolute path. This patch teaches the option so that it can resolve relative paths and tilde.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 25 2022, 11:11 AM Closed by commit rG573ff0f7d2b0: [AIX][LTO] Teaching lto-aix-system-assembler Relative Path and Tilde Resolution (authored by Qiongsi Wu <qiongsiwu@gmail.com>). · Explain WhyNov 25 2022, 12:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 478012 llvm/lib/LTO/LTOCodeGenerator.cpp
|