From 902bc06fb10b7dc6c592cc47136bd5b20f5bf449 Mon Sep 17 00:00:00 2001 From: Kelly Wilson Date: Mon, 8 Mar 2010 23:10:26 -0700 Subject: [PATCH] Revert 1637 because it breaks HelloWorld with Tangos Stdout. There may be another way to fix this so that Deewiants case works, as well as Tango. --- gen/linkage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/linkage.h b/gen/linkage.h index c296df98..b4f12078 100644 --- a/gen/linkage.h +++ b/gen/linkage.h @@ -3,7 +3,7 @@ // Make it easier to test new linkage types -# define TEMPLATE_LINKAGE_TYPE llvm::GlobalValue::LinkOnceODRLinkage +# define TEMPLATE_LINKAGE_TYPE llvm::GlobalValue::WeakODRLinkage # define TYPEINFO_LINKAGE_TYPE llvm::GlobalValue::LinkOnceODRLinkage // The One-Definition-Rule shouldn't matter for debug info, right? # define DEBUGINFO_LINKONCE_LINKAGE_TYPE \