History log of /external/clang/examples/PrintFunctionNames/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/examples/PrintFunctionNames/Makefile
6d733ed9fe0ebb7989d1d88e498095f6a6023faf 26-Jan-2011 Nico Weber <nicolasweber@gmx.de> make `make` work in examples/PrintFucntionNames on Mac. I checked that it still works on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124325 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/Makefile
b02d96bd7cea40aa51c25034f830fa9438b17af4 26-Jul-2010 Dan Gohman <gohman@apple.com> Use an export file. Plugins must export llvm::Registry symbols.
Also, don't link in all the clang libraries statically.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109436 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/Makefile
5ac7b2941689f18c7f2d0a0257e55b9706599c96 10-Jul-2010 Nick Lewycky <nicholas@mxc.ca> PrintFunctionNames is a plugin, it should pull in symbols from the clang binary
that loads it, not by linking against them directly.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108055 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/Makefile
c9f362d73b7e76e7cfa800fd6ed8b7f2a84d2f95 08-Jun-2010 Daniel Dunbar <daniel@zuster.org> Makefiles: Remove unnecessary early include of Makefile.config.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105640 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/Makefile
c4dec1c58eeb2ef46cdb64120eb6b819c6927afb 08-Jun-2010 Daniel Dunbar <daniel@zuster.org> Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105638 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/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/PrintFunctionNames/Makefile
0bb46d285cb2bb0f582d0935f58f57a9be8bf2cd 24-Jan-2010 Chris Lattner <sabre@nondot.org> -fno-rtti is now the default.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94379 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/Makefile
25a9c37fc2f91304b36ae774aa93220ccce68d95 03-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update example link lines.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90359 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/examples/PrintFunctionNames/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/PrintFunctionNames/Makefile