-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM report: Invalid pointer #56
Comments
After double checking, I found out that this problem occurs if I compile using the If I switch to the |
Locating the problem, due to defects of So is it possible to add the following to SET(CMAKE_C_COMPILER "clang")
SET(CMAKE_CXX_COMPILER "clang++") |
Thanks for reporting this! I'll have a look and see if this can be fixed by depending on a more revent version of LLVM/MLIR, or if we do indeed need to force clang as the toolchain! |
While I running basic tests, I discovered that LLVM encounters an
invalid pointer
error.Could you please give a some advice on how to fix this?
Thanks.
I ran this code in
ubuntu 22.04
and followed the instructions in https://secartifacts.github.io/usenixsec2023/appendix-files/sec23winterae-final39.pdf.The text was updated successfully, but these errors were encountered: