[PATCH] D69426: [clang] Switch arm-mve-intrinsics tests to use %clang_cc1.
Simon Tatham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 03:51:40 PDT 2019
simon_tatham added a comment.
There's no need, as far as I can see. `-fno-discard-value-names` is a driver option only. On the cc1 command line the option is `-discard-value-names`, and it has no negative form: you turn it off by not specifying it in the first place, which indeed these command lines don't.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69426/new/
https://reviews.llvm.org/D69426
More information about the cfe-commits
mailing list