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

