[cfe-commits] r91414 - /cfe/trunk/include/clang/Driver/Options.td

Daniel Dunbar daniel at zuster.org
Mon Dec 14 20:56:03 PST 2009


Author: ddunbar
Date: Mon Dec 14 22:55:58 2009
New Revision: 91414

URL: http://llvm.org/viewvc/llvm-project?rev=91414&view=rev
Log:
Forward -isysroot to clang -cc1.

Modified:
    cfe/trunk/include/clang/Driver/Options.td

Modified: cfe/trunk/include/clang/Driver/Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Options.td?rev=91414&r1=91413&r2=91414&view=diff

==============================================================================
--- cfe/trunk/include/clang/Driver/Options.td (original)
+++ cfe/trunk/include/clang/Driver/Options.td Mon Dec 14 22:55:58 2009
@@ -369,7 +369,7 @@
 def install__name : Separate<"-install_name">;
 def iprefix : JoinedOrSeparate<"-iprefix">, Group<clang_i_Group>;
 def iquote : JoinedOrSeparate<"-iquote">, Group<clang_i_Group>;
-def isysroot : JoinedOrSeparate<"-isysroot">, Group<i_Group>;
+def isysroot : JoinedOrSeparate<"-isysroot">, Group<clang_i_Group>;
 def isystem : JoinedOrSeparate<"-isystem">, Group<clang_i_Group>;
 def iwithprefixbefore : JoinedOrSeparate<"-iwithprefixbefore">, Group<clang_i_Group>;
 def iwithprefix : JoinedOrSeparate<"-iwithprefix">, Group<clang_i_Group>;





More information about the cfe-commits mailing list