]> granicus.if.org Git - clang/commitdiff
revert mike's patch which broke test/CodeGen/no-common.c.
authorChris Lattner <sabre@nondot.org>
Sat, 28 Mar 2009 02:12:08 +0000 (02:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Mar 2009 02:12:08 +0000 (02:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67893 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-cc/clang.cpp

index 3b2afa91a613b40c0c8e87d506f11c92ad1ee226..7f46f46fed7ba428500eedc2dbe35ac9d08d4d2c 100644 (file)
@@ -1238,8 +1238,7 @@ OptSize("Os", llvm::cl::desc("Optimize for size"));
 static llvm::cl::opt<bool>
 NoCommon("fno-common",
          llvm::cl::desc("Compile common globals like normal definitions"),
-         llvm::cl::ValueDisallowed, llvm::cl::AllowInverse,
-         llvm::cl::ZeroOrMore);
+         llvm::cl::ValueDisallowed);
 
 // It might be nice to add bounds to the CommandLine library directly.
 struct OptLevelParser : public llvm::cl::parser<unsigned> {