OSDN Git Service

Two things:
authorChris Lattner <sabre@nondot.org>
Tue, 7 Mar 2006 22:58:23 +0000 (22:58 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 Mar 2006 22:58:23 +0000 (22:58 +0000)
commit9a571ba8231f55cf656f20d87c51f57fb7a61bbe
tree1b17e1af0fc4d30f79c025d3c065d87236964515
parent41dd39ee015f1d28fb36ae28d30485a130c8d9bc
Two things:
1. Don't emit debug info, or other llvm.metadata to the .cbe.c file.
2. Mark static ctors/dtors as such, so that bugpoint works on C++ code
   compiled with the new CFE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26602 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp