[llvm] r202917 - Update comment.

Eric Christopher echristo at gmail.com
Tue Mar 4 16:43:38 PST 2014


Author: echristo
Date: Tue Mar  4 18:43:38 2014
New Revision: 202917

URL: http://llvm.org/viewvc/llvm-project?rev=202917&view=rev
Log:
Update comment.

Modified:
    llvm/trunk/autoconf/configure.ac

Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=202917&r1=202916&r2=202917&view=diff
==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Tue Mar  4 18:43:38 2014
@@ -614,7 +614,7 @@ case "$enableval" in
   *) AC_MSG_ERROR([Invalid setting for --enable-cxx1y. Use "yes" or "no"]) ;;
 esac
 
-dnl --enable-fission : check whether or not to use -gsplit-dwarf on the command
+dnl --enable-split-dwarf : check whether or not to use -gsplit-dwarf on the command
 dnl line
 AC_ARG_ENABLE(split-dwarf,
               AS_HELP_STRING([--enable-split-dwarf],





More information about the llvm-commits mailing list