diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-16 18:56:29 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-16 18:56:29 +0000 |
commit | f080ec7dcd3a7bec57b82bc5be28ed5203248e03 (patch) | |
tree | 0db416512d69cd0c8c55c38c10808d7d7a3dba7f /lib/Transforms | |
parent | 11870879ec5247c4defdaecd28863a8b57f50905 (diff) | |
download | external_llvm-f080ec7dcd3a7bec57b82bc5be28ed5203248e03.zip external_llvm-f080ec7dcd3a7bec57b82bc5be28ed5203248e03.tar.gz external_llvm-f080ec7dcd3a7bec57b82bc5be28ed5203248e03.tar.bz2 |
removed this directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile deleted file mode 100644 index 6b1ad6e..0000000 --- a/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -LEVEL = ../../../../.. - -LIBRARYNAME = emitfuncs -include $(LEVEL)/Makefile.common - |