From b1324d52b907a81d998773f9f3f30d6083161c62 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Sun, 1 May 2022 01:26:27 +0200 Subject: [PATCH] LDC: Enforce `-defaultlib=` (no druntime/Phobos) for *.c tests This fixes linker errors about a missing ModuleInfo section when ldc_rt.dso.o is pulled in for BUILD_SHARED_LIBS=ON builds (with implicit -link-defaultlib-shared). --- tests/d2/dmd-testsuite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/d2/dmd-testsuite b/tests/d2/dmd-testsuite index 7951b518f78..0c4f3409b11 160000 --- a/tests/d2/dmd-testsuite +++ b/tests/d2/dmd-testsuite @@ -1 +1 @@ -Subproject commit 7951b518f788cbf903404250bda0da00e276f2ab +Subproject commit 0c4f3409b11252d196bda493af48768e5b759f46