[cfe-dev] Makefile for LibTool example
Omid Ghenatnevi via cfe-dev
cfe-dev at lists.llvm.org
Tue Nov 10 10:25:40 PST 2015
Hello everyone,
I have implemented the LibTool interface and made a libtool called
Example.cpp
I have also made a build directory and below outlines the structure
static_analysis
-> LLVM
-> Build
->Release
I made the Build directory using the following commands,
1.) cd build/release
2.) cmake -DCMAKE _ BUILD_TYPE=RELEASE ../../LLVM
3.) make -j4
I'm stuck trying to make my Makefile for my libtool example.
The example tool should also take in a file called test.c
Any help would be greatly appreciated on where I am suppose to place my
example tool and the test file and how to construct the Makefile correctly.
Thank you I really appreciate it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151110/b648ec59/attachment.html>
More information about the cfe-dev
mailing list