mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
Removed dubious check for not emitting static private global in other modules without access. This should be handled properly somewhere else, it's causing unresolved global errors for stuff that should work (in MiniD)
After making sure llvmdc and its runtime are up to date, use ./runtest tmp-sensible-name to run tests for llvmdc. Move into reference/ subfolder and add to svn if desired. Use ./findregressions old-test-resultfile tmp-sensible-name to find changes. Recommended for comparing to DMD: ./findregressions reference/dmd-version llvmdc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions