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 | a9b9636aca3c4be9547503e8dcd2fcf6fbe71c28 (patch) | |
| tree | 17ce3d23df258dc10c2e51c4e24d4e0d63a9af29 /llvm/lib | |
| parent | 854c302594503b897b268170febd854635477a32 (diff) | |
| download | bcm5719-llvm-a9b9636aca3c4be9547503e8dcd2fcf6fbe71c28.tar.gz bcm5719-llvm-a9b9636aca3c4be9547503e8dcd2fcf6fbe71c28.zip | |
Makefile for profile-paths
llvm-svn: 1807
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile new file mode 100644 index 00000000000..271de6027f6 --- /dev/null +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../.. + +LIBRARYNAME = profpaths +include $(LEVEL)/Makefile.common + |

