harvard-acc / LLVM-Tracer

An LLVM pass to profile dynamic LLVM IR instructions and runtime values
Other
135 stars 35 forks source link

Cannot make #26

Closed maomran closed 5 years ago

maomran commented 5 years ago
rgly commented 5 years ago

You don't have to modify the machine-generated CMakefiles in order to add a library path. Please use cmake /where/llvm-tracer/ -DCMAKE_PREFIX_PATH="/where/zlib/install" to make cmake search zlib on the specified path. https://cmake.org/cmake/help/v3.0/variable/CMAKE_PREFIX_PATH.html

And I have no idea how expected top-level entity comes, could you please make VERBOSE=1 to see compilation details?

maomran commented 5 years ago

That worked fine, thanks