aboutsummaryrefslogtreecommitdiff
path: root/examples/PrintFunctionNames/Makefile
AgeCommit message (Expand)Author
2011-01-26make `make` work in examples/PrintFucntionNames on Mac. I checked that it sti...Nico Weber
2010-07-26Use an export file. Plugins must export llvm::Registry symbols.Dan Gohman
2010-07-10PrintFunctionNames is a plugin, it should pull in symbols from the clang binaryNick Lewycky
2010-06-08Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar
2010-06-08Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-01-24-fno-rtti is now the default.Chris Lattner
2009-12-03Update example link lines.Daniel Dunbar
2009-11-15Add a trivial example plugin, which prints the names of the top-level decls.Daniel Dunbar