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 | 9a3e4649d5af93fa7e88aaec682840c2a0a5911e (patch) | |
tree | 7461622c107474c9001137e8a8baa3abc36dddd1 /llvm/lib/Transforms/Instrumentation | |
parent | 5bdc8b6326981751c19e6a141f1c6b398c5a9fd5 (diff) | |
download | bcm5719-llvm-9a3e4649d5af93fa7e88aaec682840c2a0a5911e.tar.gz bcm5719-llvm-9a3e4649d5af93fa7e88aaec682840c2a0a5911e.zip |
Added EmitFunctions directory
llvm-svn: 2883
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile index 271de6027f6..c8ea253464d 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -1,5 +1,6 @@ LEVEL = ../../../.. +DIRS = EmitFunctions LIBRARYNAME = profpaths include $(LEVEL)/Makefile.common |