From f080ec7dcd3a7bec57b82bc5be28ed5203248e03 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 16 Jul 2002 18:56:29 +0000 Subject: [PATCH] removed this directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2927 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../Instrumentation/ProfilePaths/EmitFunctions/Makefile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile deleted file mode 100644 index 6b1ad6e6928..00000000000 --- a/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -LEVEL = ../../../../.. - -LIBRARYNAME = emitfuncs -include $(LEVEL)/Makefile.common - -- 2.34.1