Replies: 1 comment
-
You would have to write a test module for it. Which LLVM libraries are you looking for specifically?
|
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
-
With CMake, it's very simple:
find_package(LLVM REQUIRED)
Beta Was this translation helpful? Give feedback.
All reactions