Displaying 1 result from an estimated 1 matches for "a92c7a13".
2020 Mar 27
2
We have a problem about pass.
Dear, LLVM developers.
We appreciate your interest.
We contacted to solve the problem of setting the pass. Our pass setup
process is as follows:
1. Add pass subdirectory from CMakeLists.txt in llvm/lib/Tranform
2. Change CMakeLists.txt in llvm/lib/Transform/pass
3. Run make in llvm/build/lib
However, the desired pass file was not created. There were no errors in the
make process.
Installed