Pass the target options through to code generation.
authorBill Wendling <isanbard@gmail.com>
Thu, 14 Feb 2013 08:09:20 +0000 (08:09 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 14 Feb 2013 08:09:20 +0000 (08:09 +0000)
commitc86a2f39a9c3afaa61dce86e4d06d63900c3843b
tree540644fbd46978f994f21390c7aa4bad5328e75f
parent039fa75e4d52d113bd0e7dbbd2be4dec4207dbf3
Pass the target options through to code generation.

The code generation stuff is going to set attributes on the functions it
generates. To do that it needs the target options. Pass them through.

llvm-svn: 175141
clang/include/clang/CodeGen/ModuleBuilder.h
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CodeGenAction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/ModuleBuilder.cpp