[llvm-dev] Looking for an out-of-source "Hello, world" LLVM/Clang pass example

Scott Pakin via llvm-dev llvm-dev at lists.llvm.org
Wed Jul 17 17:50:40 PDT 2019


On 7/17/19 7:17 AM, Serge Guelton wrote:
> This review https://reviews.llvm.org/D61446 tries hard to address your
> needs: it makes it possible to register a pass withing
> clang/opt/bugpoint with a dedicated cmake function call. The pass can
> then behave as a loadable plugin or be linked statically to LLVM
> (depending on cmake options), and the code can live out-of-tree, much
> like polly.

Thanks.  I had looked at Polly in the past.  I guess I should take
another look now that I more clearly know what I'm looking for.

-- Scott


More information about the llvm-dev mailing list