summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-07-12 20:12:07 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-07-12 20:12:07 +0000
commit135b75db498e6eaba9f0ad675e7f86bd171cffb6 (patch)
tree7add9cce1ece42fb8a787bc3c5cacce1c4c7496f /lib
parent41059bc5306678e88ce469c9c9f9c978ac41ce16 (diff)
downloadllvm-135b75db498e6eaba9f0ad675e7f86bd171cffb6.tar.gz
llvm-135b75db498e6eaba9f0ad675e7f86bd171cffb6.tar.bz2
llvm-135b75db498e6eaba9f0ad675e7f86bd171cffb6.tar.xz
Added EmitFunctions directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2883 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile
index 271de6027f..c8ea253464 100644
--- a/lib/Transforms/Instrumentation/ProfilePaths/Makefile
+++ b/lib/Transforms/Instrumentation/ProfilePaths/Makefile
@@ -1,5 +1,6 @@
LEVEL = ../../../..
+DIRS = EmitFunctions
LIBRARYNAME = profpaths
include $(LEVEL)/Makefile.common