]> granicus.if.org Git - clang/commitdiff
Add --shared option.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 2 Jun 2009 05:46:32 +0000 (05:46 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 2 Jun 2009 05:46:32 +0000 (05:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72716 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Options.def

index cd046bc930ff347fd1cee0b74c959009ad1d404f..c2981b934fc92e34969747757e7c96b5e966c7f2 100644 (file)
@@ -225,6 +225,7 @@ OPTION("--profile", _profile, Flag, INVALID, p, "", 0, 0, 0)
 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)