diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-12 20:12:07 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-12 20:12:07 +0000 |
commit | 135b75db498e6eaba9f0ad675e7f86bd171cffb6 (patch) | |
tree | 7add9cce1ece42fb8a787bc3c5cacce1c4c7496f /lib/Transforms | |
parent | 41059bc5306678e88ce469c9c9f9c978ac41ce16 (diff) | |
download | external_llvm-135b75db498e6eaba9f0ad675e7f86bd171cffb6.zip external_llvm-135b75db498e6eaba9f0ad675e7f86bd171cffb6.tar.gz external_llvm-135b75db498e6eaba9f0ad675e7f86bd171cffb6.tar.bz2 |
Added EmitFunctions directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2883 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile index 271de60..c8ea253 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 |