diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-02-26 19:36:43 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-02-26 19:36:43 +0000 |
commit | 2d9bbfdfc432519f22263e7c5c7b421419becfee (patch) | |
tree | b0b4165c8f39e774d08da0d09bee7470aa7affa2 /lib/Transforms/Instrumentation/ProfilePaths | |
parent | c3e69696acbdb7e38dadfe6e36849645194846fb (diff) | |
download | external_llvm-2d9bbfdfc432519f22263e7c5c7b421419becfee.zip external_llvm-2d9bbfdfc432519f22263e7c5c7b421419becfee.tar.gz external_llvm-2d9bbfdfc432519f22263e7c5c7b421419becfee.tar.bz2 |
Makefile for profile-paths
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile new file mode 100644 index 0000000..271de60 --- /dev/null +++ b/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../.. + +LIBRARYNAME = profpaths +include $(LEVEL)/Makefile.common + |