diff options
-rw-r--r-- | include/clang/Driver/Options.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index 18e77770f8..ad36b0280f 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -759,7 +759,7 @@ def s : Flag<"-s">; def target : Separate<"-target">, HelpText<"Generate code for the given target">; // We should deprecate the use of -ccc-host-triple, and then remove. -def ccc_host_triple : Flag<"-ccc-host-triple">, Alias<target>; +def ccc_host_triple : Separate<"-ccc-host-triple">, Alias<target>; def time : Flag<"-time">, HelpText<"Time individual commands">; def traditional_cpp : Flag<"-traditional-cpp">; |