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

Chandler Carruth chandlerc at gmail.com
Sun Feb 28 14:33:07 PST 2010


Author: chandlerc
Date: Sun Feb 28 16:33:07 2010
New Revision: 97424

URL: http://llvm.org/viewvc/llvm-project?rev=97424&view=rev
Log:
Pass '-no-canonical-prefixes' on down to GCC. It's not specific to the Clang
driver and was in fact based on a feature in GCC. =]

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=97424&r1=97423&r2=97424&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Options.td (original)
+++ cfe/trunk/include/clang/Driver/Options.td Sun Feb 28 16:33:07 2010
@@ -444,7 +444,7 @@
 def mwarn_nonportable_cfstrings : Flag<"-mwarn-nonportable-cfstrings">, Group<m_Group>;
 def m_Separate : Separate<"-m">, Group<m_Group>;
 def m_Joined : Joined<"-m">, Group<m_Group>;
-def no_canonical_prefixes : Flag<"-no-canonical-prefixes">, Flags<[DriverOption, HelpHidden]>,
+def no_canonical_prefixes : Flag<"-no-canonical-prefixes">, Flags<[HelpHidden]>,
   HelpText<"Use relative instead of canonical paths">;
 def no_cpp_precomp : Flag<"-no-cpp-precomp">;
 def no_integrated_as : Flag<"-no-integrated-as">, Flags<[DriverOption]>;





More information about the cfe-commits mailing list