[PATCH] D107473: [LLVM][LTO][NFC] Resolve FIXME in ThinLTOCodeGenerator.cpp
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 24 14:01:39 PDT 2021
jrtc27 requested changes to this revision.
jrtc27 added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/lib/LTO/LTOCodeGenerator.cpp:347
- else if (Triple.isArm64e())
- Config.CPU = "apple-a12";
- else if (Triple.getArch() == llvm::Triple::aarch64 ||
----------------
You've deleted this
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107473/new/
https://reviews.llvm.org/D107473
More information about the llvm-commits
mailing list