[cfe-commits] r72716 - /cfe/trunk/include/clang/Driver/Options.def
Eli Friedman
eli.friedman at gmail.com
Mon Jun 1 22:46:33 PDT 2009
Author: efriedma
Date: Tue Jun 2 00:46:32 2009
New Revision: 72716
URL: http://llvm.org/viewvc/llvm-project?rev=72716&view=rev
Log:
Add --shared option.
Modified:
cfe/trunk/include/clang/Driver/Options.def
Modified: cfe/trunk/include/clang/Driver/Options.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Options.def?rev=72716&r1=72715&r2=72716&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Options.def (original)
+++ cfe/trunk/include/clang/Driver/Options.def Tue Jun 2 00:46:32 2009
@@ -225,6 +225,7 @@
OPTION("--resource=", _resource_EQ, Joined, INVALID, fcompile_resource_EQ, "", 0, 0, 0)
OPTION("--resource", _resource, Separate, INVALID, fcompile_resource_EQ, "J", 0, 0, 0)
OPTION("--save-temps", _save_temps, Flag, INVALID, save_temps, "", 0, 0, 0)
+OPTION("--shared", _shared, Flag, INVALID, shared, "", 0, 0, 0)
OPTION("--specs=", _specs_EQ, Joined, INVALID, specs_EQ, "u", 0, 0, 0)
OPTION("--specs", _specs, Separate, INVALID, specs_EQ, "uJ", 0, 0, 0)
OPTION("--static", _static, Flag, INVALID, static, "", 0, 0, 0)
More information about the cfe-commits
mailing list