[PATCH] D134296: [SIE] Always enable the .debug_aranges section when using LTO

2022-09-20 Thread NAKAMURA Takumi via Phabricator via cfe-commits
chapuni added a comment. A warning can be seen in -Asserts. Comment at: clang/lib/Driver/ToolChains/PS4CPU.cpp:160 const bool IsPS5 = TC.getTriple().isPS5(); assert(IsPS4 || IsPS5); IsPS5 is used only here. Repository: rG LLVM Github Monorepo CHANG

[PATCH] D134296: [SIE] Always enable the .debug_aranges section when using LTO

2022-09-20 Thread Matthew Voss via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG45c7da241f12: [PS4] Always enable the .debug_aranges section when using LTO (authored by ormris). Herald added a subscriber: cfe-commits. Repository