[PATCH] D34558: [GSoC] Add support for CC1 options.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 09:39:17 PDT 2017
ruiu added inline comments.
================
Comment at: clang/include/clang/Driver/CC1Options.td:29
def target_abi : Separate<["-"], "target-abi">,
- HelpText<"Target a particular ABI type">;
+ HelpText<"Target a particular ABI type">, Values<"default,4,5,gnu">;
----------------
This doesn't seem correct, as `git grep target-abi` shows a lot of other values, such as `-target-abi aapcs`.
https://reviews.llvm.org/D34558
More information about the llvm-commits
mailing list