[PATCH] D159115: [clang-repl] Adapt to the recent dylib-related changes in ORC.
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 5 07:54:58 PDT 2023
mgorny added a comment.
Changing the type from `unsigned long long` to `uintptr_t` fix the test for me.
================
Comment at: clang/unittests/Interpreter/InterpreterTest.cpp:246
+ EXPECT_FALSE(!Addr);
+ EXPECT_EQ((unsigned long long)&printf, Addr->getValue());
}
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159115/new/
https://reviews.llvm.org/D159115
More information about the cfe-commits
mailing list