Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cannot find -lLLVMTransformUtils  #1

@lkmidas

Description

@lkmidas

Hi, I've recently built this project and ran into the following issues:

  • the line link_libraries("libLLVMTransformUtils.so") in Transforms/CMakeLists.txt results in /usr/bin/ld: cannot find -lLLVMTransformUtils and so LLVMObfuscator.so cannot be built.
  • but then I tried to remove that line from Transforms/CMakeLists.txt and 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions