[clang] [Driver][MachineOutliner] Support -moutline option for aarch64_be (PR #73223)
dong jianqiang via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 6 23:52:44 PST 2023
================
@@ -2400,7 +2400,8 @@ void tools::addMachineOutlinerArgs(const Driver &D,
// Otherwise, add the proper mllvm flags.
if (!(Triple.isARM() || Triple.isThumb() ||
Triple.getArch() == llvm::Triple::aarch64 ||
----------------
dongjianqiang2 wrote:
Updated, thanks.
https://github.com/llvm/llvm-project/pull/73223
More information about the cfe-commits
mailing list