summaryrefslogtreecommitdiff
path: root/examples/PrintFunctionNames/Makefile
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2014-02-12 21:04:23 +0000
committerJordan Rose <jordan_rose@apple.com>2014-02-12 21:04:23 +0000
commitc766e50ffb699ee68de9b5b488deb8b862f30277 (patch)
tree14bff2e4a57c25e8e55e53b2243f76c9159b61ba /examples/PrintFunctionNames/Makefile
parent63405b9c46eb3d2666f6422c073bb0c61fbc8bfa (diff)
downloadclang-c766e50ffb699ee68de9b5b488deb8b862f30277.tar.gz
clang-c766e50ffb699ee68de9b5b488deb8b862f30277.tar.bz2
clang-c766e50ffb699ee68de9b5b488deb8b862f30277.tar.xz
[examples] Use loadable modules instead of shared libraries for Clang plugins.
This avoids linking in extra copies of, say, LLVMSupport. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201256 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/PrintFunctionNames/Makefile')
-rw-r--r--examples/PrintFunctionNames/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PrintFunctionNames/Makefile b/examples/PrintFunctionNames/Makefile
index 23a5305401..5865098bd3 100644
--- a/examples/PrintFunctionNames/Makefile
+++ b/examples/PrintFunctionNames/Makefile
@@ -19,7 +19,7 @@ endif
endif
LINK_LIBS_IN_SHARED = 0
-SHARED_LIBRARY = 1
+LOADABLE_MODULE = 1
include $(CLANG_LEVEL)/Makefile