Revert "Put more stuff in the comdat used for variables with static init."

This reverts commit r218089.
It looks like it was causing issues on COFF.

llvm-svn: 218094
This commit is contained in:
Rafael Espindola
2014-09-19 01:28:16 +00:00
parent c0f0c511db
commit 5b6fa2f85a
5 changed files with 3 additions and 32 deletions

View File

@@ -599,9 +599,6 @@ public:
DiagnosticsEngine &getDiags() const { return Diags; }
const llvm::DataLayout &getDataLayout() const { return TheDataLayout; }
const TargetInfo &getTarget() const { return Target; }
const llvm::Triple &getTriple() const;
bool supportsCOMDAT() const;
CGCXXABI &getCXXABI() const { return *ABI; }
llvm::LLVMContext &getLLVMContext() { return VMContext; }