More unnamed_addr.
llvm-svn: 123681
This commit is contained in:
@@ -630,6 +630,7 @@ llvm::Constant *CodeGenModule::EmitAnnotateAttr(llvm::GlobalValue *GV,
|
||||
new llvm::GlobalVariable(*M, unit->getType(), false,
|
||||
llvm::GlobalValue::PrivateLinkage, unit,
|
||||
".str");
|
||||
unitGV->setUnnamedAddr(true);
|
||||
|
||||
// Create the ConstantStruct for the global annotation.
|
||||
llvm::Constant *Fields[4] = {
|
||||
|
||||
Reference in New Issue
Block a user