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
diff --git a/examples/Makefile b/examples/Makefile
index e6ae4b3..ced158f 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -9,6 +9,6 @@
LEVEL = ../../..
-PARALLEL_DIRS := wpa
+PARALLEL_DIRS := PrintFunctionNames wpa
include $(LEVEL)/Makefile.common