Skip to content

Commit

Permalink
Revert "[StackSafety,NFC] Remove unneded constexpr"
Browse files Browse the repository at this point in the history
This reverts commit 38470ba because it
breaks builds with lld and gold linkers.
  • Loading branch information
alexey-bataev committed Jul 1, 2020
1 parent 669494e commit e35a587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/lib/IR/ModuleSummaryIndex.cpp
Expand Up @@ -35,6 +35,8 @@ static cl::opt<bool> ImportConstantsWithRefs(
"import-constants-with-refs", cl::init(true), cl::Hidden,
cl::desc("Import constant global variables with references"));

constexpr uint32_t FunctionSummary::ParamAccess::RangeWidth;

FunctionSummary FunctionSummary::ExternalNode =
FunctionSummary::makeDummyFunctionSummary({});

Expand Down

0 comments on commit e35a587

Please sign in to comment.