Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
[oota-llvm.git] / tools / llvm-size / Makefile
index 5d0e27ed16e405206118c1bf0a0cd8cd78ae382c..0622eb108978fa7fce315a590541946c50fc9d39 100644 (file)
@@ -6,10 +6,10 @@
 # License. See LICENSE.TXT for details.
 #
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = llvm-size
-LINK_COMPONENTS = object
+LEVEL := ../..
+TOOLNAME := llvm-size
+LINK_COMPONENTS := object
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1