[PATCH] D143305: [clang] Fix -Xarch_ for -mllvm and alike
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 4 13:00:04 PST 2023
MaskRay added a comment.
An option value treating a space differently (as a delimiter in this case) is uncommon. I suggest an alias `-mllvm=` (D143325 <https://reviews.llvm.org/D143325>) which is more inline with the convention of the majority of options that take a value (`=` instead of ` `).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143305/new/
https://reviews.llvm.org/D143305
More information about the cfe-commits
mailing list