forked from OSchip/llvm-project
parent
e74653b67a
commit
97ce2bcefe
|
@ -135,7 +135,7 @@ private:
|
|||
|
||||
JITSymbol::GetAddressFtor getSymbolMaterializer(std::string Name) override {
|
||||
return
|
||||
[this, Name]() {
|
||||
[this, Name, &Finalized]() {
|
||||
// The symbol may be materialized between the creation of this lambda
|
||||
// and its execution, so we need to double check.
|
||||
if (!Finalized)
|
||||
|
|
Loading…
Reference in New Issue