[PATCH] D154357: [Driver] Recognize powerpc-unknown-eabi as a bare-metal toolchain
Christian Walther via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 11 00:20:11 PDT 2023
cwalther added a comment.
> I think `&&` is cleaner: `return Triple.getOS() == llvm::Triple::UnknownOS && ...`;
Totally agree. I was just following precedent there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154357/new/
https://reviews.llvm.org/D154357
More information about the cfe-commits
mailing list