Document the llvm.unwind intrinsic.
[oota-llvm.git] / Makefile.rules
index 7b6c9867d8f1aaf8b49dc14c185922394e0bda2e..f002d0af06587c08827085001af5e8beda9a6a16 100644 (file)
@@ -332,7 +332,7 @@ LCC1XX  := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
 # Some of the compiled LLVM tools which are used for compilation of runtime
 # libraries.
 #
-LLVMAS  := $(LLVMTOOLCURRENT)/as
+LLVMAS  := $(LLVMTOOLCURRENT)/llvm-as
 
 
 ###########################################################################