[LLVMdev] llvm passes under xcode
Niko Zarzani
niko.zarzani at gmail.com
Mon Jan 28 23:09:10 PST 2013
Hi, I am interested in developing some passes using the Xcode IDE.
I create a pass directory with a simple pass in it, add it to the
lib/Trasform/ directory, changed and added some CMakeList.txt files and
compiled using cmake (cmake -G Xcode).
The compilation gives me no errors but then I've found that I have not a
Debug+Asserts folder and opt has no option related to my pass...what can I
do to make it work? Am I missing something or there is no way to develop a
pass using Xcode?
Thank you in advance,
Niko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130129/c55c6421/attachment.html>
More information about the llvm-dev
mailing list