diff options
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 |