summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/Makefile.mk
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-12-02 02:42:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-12-02 02:42:07 +0000
commit2003d39f7c929a02120e530b21ab84718cc945db (patch)
tree7da55010cc8eb0239ed85681aa1a31fe1b1108cd /compiler-rt/lib/profile/Makefile.mk
parenta91d38a435431672404a65030f6b5896e4564d0e (diff)
downloadbcm5719-llvm-2003d39f7c929a02120e530b21ab84718cc945db.tar.gz
bcm5719-llvm-2003d39f7c929a02120e530b21ab84718cc945db.zip
build: Add ModuleName per-subdir variable as a way to organize the different
sets of functions/objects into high level groups. Currently we have "builtins" (the main compiler-rt code), "profile", and "asan". - Use this to define CommonFunctions and ArchFunctions to only reference the builtins functions. llvm-svn: 145674
Diffstat (limited to 'compiler-rt/lib/profile/Makefile.mk')
-rw-r--r--compiler-rt/lib/profile/Makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/profile/Makefile.mk b/compiler-rt/lib/profile/Makefile.mk
index aca08bddfbf..7689c9a068c 100644
--- a/compiler-rt/lib/profile/Makefile.mk
+++ b/compiler-rt/lib/profile/Makefile.mk
@@ -7,6 +7,7 @@
#
#===------------------------------------------------------------------------===#
+ModuleName := profile
SubDirs :=
Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
OpenPOWER on IntegriCloud