diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2021-04-10 12:01:04 +0200 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2021-04-10 15:02:06 +0200 |
commit | 38258326dc9e5581e2cd6318ae1b5e675dd00d4a (patch) | |
tree | 24de43ff8a97b0008943e43bc8c694bb18b5b862 | |
parent | 71958f740f1b8c47a86ea222418abee395d254a0 (diff) | |
download | gcc-38258326dc9e5581e2cd6318ae1b5e675dd00d4a.zip gcc-38258326dc9e5581e2cd6318ae1b5e675dd00d4a.tar.gz gcc-38258326dc9e5581e2cd6318ae1b5e675dd00d4a.tar.bz2 |
libphobos: Re-add -fno-moduleinfo flag to dg-runtest [PR99812]
libphobos/ChangeLog:
PR d/99812
* testsuite/libphobos.druntime_shared/druntime_shared.exp: Re-add
-fno-moduleinfo flag to dg-runtest.
* testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
-rw-r--r-- | libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp | 2 | ||||
-rw-r--r-- | libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp b/libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp index 2b25613..51f9c2c 100644 --- a/libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp +++ b/libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp @@ -35,7 +35,7 @@ dg-init foreach test $tests { set libphobos_test_name "$subdir/[dg-trim-dirname $srcdir/../libdruntime $test]" dg-runtest $test "-shared-libphobos" \ - "-fmain -fbuilding-libphobos-tests $version_flags" + "-fmain -fbuilding-libphobos-tests -fno-moduleinfo $version_flags" set libphobos_test_name "" } diff --git a/libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp b/libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp index 3a847e7..8498522 100644 --- a/libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp +++ b/libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp @@ -46,7 +46,7 @@ dg-init foreach test $tests { set libphobos_test_name "$subdir/[dg-trim-dirname $srcdir/../src $test]" dg-runtest $test "-shared-libphobos" \ - "-fmain -fbuilding-libphobos-tests $version_flags" + "-fmain -fbuilding-libphobos-tests -fno-moduleinfo $version_flags" set libphobos_test_name "" } |