[llvm-commits] [llvm] r100782 - /llvm/trunk/configure
Jeffrey Yasskin
jyasskin at google.com
Thu Apr 8 10:19:20 PDT 2010
Author: jyasskin
Date: Thu Apr 8 12:19:20 2010
New Revision: 100782
URL: http://llvm.org/viewvc/llvm-project?rev=100782&view=rev
Log:
Touch configure so it regenerates Disassemblers.def to include ARM so
people stop seeing a broken build in EDDisassembler.cpp
Modified:
llvm/trunk/configure
Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=100782&r1=100781&r2=100782&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Thu Apr 8 12:19:20 2010
@@ -14,7 +14,7 @@
## M4sh Initialization. ##
## --------------------- ##
-# Be Bourne compatible
+# Be Bourne compatible.
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
More information about the llvm-commits
mailing list