gazer icon indicating copy to clipboard operation
gazer copied to clipboard

Rework build process to allow integration of LLVM tools

Open radl97 opened this issue 4 years ago • 3 comments

This PR contains the first patch aiming to allow usage of LLVM tools (mostly opt) in the project.

Usage of opt would enable single pass tests, or later, even remove most, if not all driver (pass management) code.

It seems to me that if the build process got faster, however, it is partly because the shared libraries are not linked together (instead, the shared lib GazerLLVM.so knows all the modules used in the build process).

radl97 avatar Feb 09 '21 16:02 radl97