History log of /external/clang/examples/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
89446751f1c05e18f50560b8dbecb384ed32e2f2 13-Feb-2012 Dylan Noblesmith <nobled@dreamwidth.org> examples/analyzer-plugin: hook up to build

This was never being compiled at all and was bitrotting
as a result.

Also compile SampleAnalyzerPlugin as a module, not a library,
and fix a mistake with not passing the source files
to add_clang_library().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150378 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/Makefile
16f213142f8f8f5410672205a19f79ed3c232929 02-Jun-2011 Manuel Klimek <klimek@google.com> Reverts the Tooling changes as requested by Chris.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132462 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/Makefile
d06f59833a659c045dfa6c5962949d1fb04b8fbf 01-Jun-2011 Manuel Klimek <klimek@google.com> Fixes Makefile based build for examples/Tooling.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132380 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/Makefile
30216ac9a95096d70a130991e71cc48fb302d268 11-Aug-2010 Daniel Dunbar <daniel@zuster.org> Remove wpa 'example', it isn't being maintained.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110809 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/Makefile
afed099bd2e759efd4bb63fdc525d3445f94cc13 08-Jun-2010 Daniel Dunbar <daniel@zuster.org> Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
- This eliminates most dependencies on how Clang is installed relative to LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105637 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/Makefile
e22462867ca63e41eabe92b12d6182a62bd829a6 25-Feb-2010 Daniel Dunbar <daniel@zuster.org> Add a minimal C interpreter example.
- Demonstrates how to build a standalone tool which loads source code using the
Driver and Frontend libraries, and then uses CodeGen and the JIT to actually
execute the code.

- Still more complicated than it should be, but hey its only 153 lines. :)

--
ddunbar@ozzy:tmp$ cat hello.c
#include <stdio.h>
int main() { printf("hello world\n"); return 0; }
ddunbar@ozzy:tmp$ clang-interpreter hello.c
hello world
--

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97133 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/Makefile
9a69387f5c88c73638ae5155a398477d9c7ac87f 15-Nov-2009 Daniel Dunbar <daniel@zuster.org> Add a trivial example plugin, which prints the names of the top-level decls.
- The build scriptage is about twice as long as the code, which is nice. :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88826 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/Makefile
297b0833ad283e0e0a9003fe6c5eadeedc6614d5 15-Nov-2009 Daniel Dunbar <daniel@zuster.org> Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent yet).

Move tools/wpa to examples/wpa, and unbreak its build.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88825 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/Makefile