diff options
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile new file mode 100644 index 0000000..6b1ad6e --- /dev/null +++ b/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../../.. + +LIBRARYNAME = emitfuncs +include $(LEVEL)/Makefile.common + |