[PATCH] D103184: [AArch64] handle -Wa,-march=
Joerg Sonnenberger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 26 18:23:40 PDT 2021
joerg added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Arch/AArch64.cpp:217
+ // after -march. And while only using the the value of last -march, it
+ // includes all the options passed via -Wa,-march.
+ success = true;
----------------
This comment is confusing. `-march` is a driver option and the GCC driver will internally convert it into the equivalent of `-Wa,-march` before passing the total command line to GNU as.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103184/new/
https://reviews.llvm.org/D103184
More information about the cfe-commits
mailing list