Can we use a prebuilt llvm for iree? #19765
FlintWangacc
started this conversation in
Codegen
Replies: 1 comment
-
To answer the direct question, yes... with some constraints. See https://github.com/iree-org/iree/tree/main/build_tools/llvm. You should be able to get more debug information from a source build with the right compiler options though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to debug the instruction selection part of neural network compile. But the default build of iree with llvm seems has no line number information.
Is there any method to fix this?
Beta Was this translation helpful? Give feedback.
All reactions