aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/ModuleSummaryIndex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/IR/ModuleSummaryIndex.cpp')
-rw-r--r--llvm/lib/IR/ModuleSummaryIndex.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/IR/ModuleSummaryIndex.cpp b/llvm/lib/IR/ModuleSummaryIndex.cpp
index 0a43e17..d92943d 100644
--- a/llvm/lib/IR/ModuleSummaryIndex.cpp
+++ b/llvm/lib/IR/ModuleSummaryIndex.cpp
@@ -31,10 +31,8 @@ static cl::opt<bool> PropagateAttrs("propagate-attrs", cl::init(true),
cl::Hidden,
cl::desc("Propagate attributes in index"));
-// FIXME: Enable again when thin link compile time regressions understood and
-// addressed
static cl::opt<bool> ImportConstantsWithRefs(
- "import-constants-with-refs", cl::init(false), cl::Hidden,
+ "import-constants-with-refs", cl::init(true), cl::Hidden,
cl::desc("Import constant global variables with references"));
FunctionSummary FunctionSummary::ExternalNode =