search for: clangaddons

Displaying 2 results from an estimated 2 matches for "clangaddons".

2009 Aug 28
1
[LLVMdev] Building an external lib with the LLVM build system
Hi @llvm, what I have here is a library named clangAddons which is tightly coupled to clang and LLVM. This lib provides a single external function only which is then used by my actual application (a QT project). Of course the clangAddons lib needs to be compiled using the LLVM build infrastructure to get all the compiler flags right (you can see it as...
2009 Sep 29
2
[LLVMdev] Source-to-Source transformations
Dear LLVM Members, I have started using LLVM for my project two weeks ago and I would be grateful if you could give me some information for writing a source-to-source transformation pass. More specifically, I want to apply a source-level transformation is some functions of my input program in order to create work chunks. For example, given the following function: void foo() {