llvm-symbolizer: flush internal caches functionality
[oota-llvm.git] / tools / llvm-ranlib / Makefile
index 46a10e644662adea5340d4d7e5f8c645d0d42562..cca95013f486bbc859ccab431747096d406cda74 100644 (file)
@@ -7,12 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-TOOLNAME = llvm-ranlib
-LINK_COMPONENTS = archive
-REQUIRES_EH := 1
+LEVEL := ../..
+TOOLNAME := llvm-ranlib
+LINK_COMPONENTS := archive
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common