[asan] change _sanitizer_cov_module_init to accept int* instead of int**
[oota-llvm.git] / lib / Transforms / Instrumentation / Makefile
index ca48b0b254225734ff7b4a53120afed6c3cdbcb5..6cbc7a9cd88af95e66779c4728237332168c29ec 100644 (file)
@@ -1,6 +1,14 @@
+##===- lib/Transforms/Instrumentation/Makefile -------------*- Makefile -*-===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
-LIBRARYNAME = instrument
-DIRS = ProfilePaths 
+LIBRARYNAME = LLVMInstrumentation
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common