-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Description
Hi, I've recently built this project and ran into the following issues:
- the line
link_libraries("libLLVMTransformUtils.so")inTransforms/CMakeLists.txtresults in/usr/bin/ld: cannot find -lLLVMTransformUtilsand soLLVMObfuscator.socannot be built. - but then I tried to remove that line from
Transforms/CMakeLists.txtand the test successfully ran, I've also checked the generated binaries and they seemed to be obfuscated fine.
I wonder how can the project be built successfully without that line, and does it affect the result if I remove it?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels