Displaying 2 results from an estimated 2 matches for "gueltonguinet".
2016 Jan 22
2
Testing an LLVM pass
Hi all,
I’m currently writing an LLVM function pass and I want to know how can I test it?
Currently, I try to compile some crypto library and check if the test suite are working but I don’t think this is very efficient.
Does anyone has a leads?
Greetings,
Johan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
2019 Jul 10
2
Looking for an out-of-source "Hello, world" LLVM/Clang pass example
...target
"Hello".
Call Stack (most recent call first):
Hello/CMakeLists.txt:3 (add_llvm_library)
(Perhaps this is fixable with additional CMake macro calls, but
that's what I list "Complete" as a desideratum.)
*
https://llvm.org/devmtg/2015-10/slides/GueltonGuinet-BuildingTestingDebuggingASimpleOutOfTreePass.pdf,
but this uses add_llvm_loadable_module in CMake, which I read in
some thread is likely to go away, and the legacy pass manager,
while is also likely to go away, to make the pass usable from
Clang.
See my predicament? What's a p...