We need to map DebugLoc. It leads to Fuction * (through subprogram entry node) which...
[oota-llvm.git] / lib / Transforms / Utils / Makefile
index b78e89e21ea6fa595667c9f91ba1bc2dc145814e..d1e9336d67f029be8f17b8c5cc9828d784588c10 100644 (file)
@@ -1,16 +1,15 @@
 ##===- lib/Transforms/Utils/Makefile -----------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
 LIBRARYNAME = LLVMTransformUtils
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
 
 include $(LEVEL)/Makefile.common