[PATCH] D112767: [clang][driver] Fix multiarch output name with -Wl arg
Dave Lee via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 28 17:26:23 PDT 2021
kastiglione added inline comments.
================
Comment at: clang/lib/Driver/Driver.cpp:4697
// Always use the first input as the base input.
const char *BaseInput = InputInfos[0].getBaseInput();
----------------
maybe adjust this comment to emphasize first _file_ input
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112767/new/
https://reviews.llvm.org/D112767
More information about the cfe-commits
mailing list