search for: c8fcae56

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

2013 Oct 04
0
[LLVMdev] A way to write new pass by keeping source and build directories separate
...o/llvmdev > A long ago I've added support for developing passes outside source dir for CMake build system. There should be documentation on this. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131004/c8fcae56/attachment.html>
2013 Oct 03
3
[LLVMdev] A way to write new pass by keeping source and build directories separate
Hi, I was trying to write a sample optimization pass in LLVM, by following instructions in LLVM doc for Writing a New Pass. But then ran into *make*issues. The issue is with having separate *source *and *build* directories. The LLVM doc for 'Getting Started' suggests keeping the two separate, but the 'Writing a new pass' doc assumes they are merged. Hence the *make *issue. I did