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
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