[PATCH] D127519: [clang-cl] Accept /FA[c][s][u], but ignore the arguments
Stephen Long via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 10 11:49:42 PDT 2022
steplong added reviewers: rnk, hans.
steplong added a comment.
I'm not sure which test file to modify and how to test this. I do see it generating the `.asm` file now when I pass `/FAsc`, not the `.codd` file though since we are ignoring the `c` argument.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127519/new/
https://reviews.llvm.org/D127519
More information about the cfe-commits
mailing list