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

NAKAMURA Takumi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 20 17:19:46 PDT 2022


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

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134296/new/

https://reviews.llvm.org/D134296



More information about the cfe-commits mailing list