[PATCH] D88394: [Driver][M68k] (Patch 8/8) Add driver support for M68k
Min-Yih Hsu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 25 14:22:19 PST 2021
myhsu marked an inline comment as done.
myhsu added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:380
ve::getVETargetFeatures(D, Args, Features);
+ break;
}
----------------
jrtc27 wrote:
> jrtc27 wrote:
> > Unrelated
> I committed this as 22215e492338, should disappear if you rebase (or you can just drop the diff if you don't plan to rebase)
thanks, I'll drop the change for this line
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88394/new/
https://reviews.llvm.org/D88394
More information about the cfe-commits
mailing list