First part of rename to LDC.

This commit is contained in:
Christian Kamm
2008-10-06 22:46:55 +02:00
parent 1fe1354a8a
commit 6eeeafdba6
47 changed files with 350 additions and 350 deletions

View File

@@ -1,6 +1,6 @@
After making sure llvmdc and its runtime are up to date, use
After making sure LDC and its runtime are up to date, use
./runtest tmp-sensible-name
to run tests for llvmdc.
to run tests for LDC.
Move into reference/ subfolder and add to svn if desired.
Use
@@ -8,4 +8,4 @@ Use
to find changes.
Recommended for comparing to DMD:
./findregressions reference/dmd-version llvmdc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions
./findregressions reference/dmd-version ldc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions