Migrate to LLVM 15-dev

This commit is contained in:
Sameer Rahmani 2022-06-02 15:23:42 +01:00
parent 31c98d2b3b
commit 47a5def820
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ MaybeJITPtr Halley::lookup(exprs::Symbol &sym) const {
os.str());
}
auto rawFPtr = expectedSymbol->getAddress();
auto rawFPtr = expectedSymbol->getValue();
// NOLINTNEXTLINE(performance-no-int-to-ptr)
auto fptr = reinterpret_cast<void (*)(void **)>(rawFPtr);