www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and add proper slashes to URL.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2011-03-18 03:21:38 +00:00
Родитель b8bcce37b7
Коммит 6975d07a6c
1 изменённых файлов: 36 добавлений и 36 удалений

Просмотреть файл

@ -24,10 +24,10 @@
<li><a href="#debugging">Debugging</a></li> <li><a href="#debugging">Debugging</a></li>
<li><a href="#testing">Testing</a></li> <li><a href="#testing">Testing</a></li>
<ul> <ul>
<li><a href="#testingNonWindows">Testing on Unix-like Systems</a></li> <li><a href="#testingNonWindows">Testing on Unix-like Systems</a></li>
<li><a href="#testingWindows">Testing using Visual Studio on Windows</a></li> <li><a href="#testingWindows">Testing using Visual Studio on Windows</a></li>
<li><a href="#testingCommands">Testing on the Command Line</a></li> <li><a href="#testingCommands">Testing on the Command Line</a></li>
</ul> </ul>
<li><a href="#patches">Creating Patch Files</a></li> <li><a href="#patches">Creating Patch Files</a></li>
<li><a href="#irgen">LLVM IR Generation</a></li> <li><a href="#irgen">LLVM IR Generation</a></li>
</ul> </ul>
@ -158,15 +158,15 @@
<p>Note that the test runner is based on <p>Note that the test runner is based on
Python, which must be installed. Find Python at: Python, which must be installed. Find Python at:
<a href="http://www.python.org/download">http://www.python.org/download</a>. <a href="http://www.python.org/download/">http://www.python.org/download/</a>.
Download the latest stable version (2.6.2 at the time of this writing).</p> Download the latest stable version (2.6.2 at the time of this writing).</p>
<p>The GnuWin32 tools are also necessary for running the tests. <p>The GnuWin32 tools are also necessary for running the tests.
(Note that the grep from MSYS or Cygwin doesn't work with the tests (Note that the grep from MSYS or Cygwin doesn't work with the tests
because of embedded double-quotes in the search strings. The GNU because of embedded double-quotes in the search strings. The GNU
grep does work in this case.) grep does work in this case.)
Get them from <a href="http://getgnuwin32.sourceforge.net"> Get them from <a href="http://getgnuwin32.sourceforge.net/">
http://getgnuwin32.sourceforge.net</a>.</p> http://getgnuwin32.sourceforge.net/</a>.</p>
<p>The cmake build tool is set up to create Visual Studio project files <p>The cmake build tool is set up to create Visual Studio project files
for running the tests, "clang-test" being the root. Therefore, to for running the tests, "clang-test" being the root. Therefore, to