]> granicus.if.org Git - clang/commit
most of this is plumbing to get CompileOptions down into
authorChris Lattner <sabre@nondot.org>
Thu, 26 Mar 2009 05:00:52 +0000 (05:00 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Mar 2009 05:00:52 +0000 (05:00 +0000)
commitbd3606426d389370616126af969904ec493cb105
treea3323b1dda81405be821f46ec5c41e420104c0da
parente062533e298f72d970b2aa99cd0e3818b20d73df
most of this is plumbing to get CompileOptions down into
CodeGenModule.  Once there, add a new NoCommon option to
it and implement -fno-common.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67735 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/CodeGen/ModuleBuilder.h
include/clang/Frontend/CompileOptions.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/ModuleBuilder.cpp
tools/clang-cc/Backend.cpp
tools/clang-cc/clang.cpp