This revision was automatically updated to reflect the committed changes.
Closed by commit rG081afa3d04a4: [Driver,X86] Ignore -mfpmath= for assembler
input (authored by MaskRay).
Changed prior to commit:
https://reviews.llvm.org/D159010?vs=554010&id=554037#toc
Repository:
rG LLVM Github Mon
MaskRay added a comment.
Tested by parona on Libera Chat IRC. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159010/new/
https://reviews.llvm.org/D159010
___
cfe-commits mailing list
cfe-commits@l
MaskRay added inline comments.
Comment at: clang/lib/Driver/ToolChains/Arch/X86.cpp:121
const ArgList &Args,
- std::vector &Features) {
+ std::vector &Features, bool ForAS) {
+ if (ForAS)
MaskRay created this revision.
MaskRay added reviewers: mgorny, thesamesam.
Herald added subscribers: pengfei, kristof.beyls.
Herald added a reviewer: ctetreau.
Herald added a reviewer: ctetreau.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: clang.