]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite, jit, Darwin: Add libSystem to a test.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 14 Jan 2024 20:09:59 +0000 (20:09 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Thu, 18 Jan 2024 14:01:45 +0000 (14:01 +0000)
commitefe4ea2754f5488dd84eb1a76815c1177dc6897c
treee8acc64dbe94346ca01a57e1b7dbafd671f02b94
parent283e3a974bf08e4fb64d51d2062e1f7ed7482ff4
testsuite, jit, Darwin: Add libSystem to a test.

test-ggc-bugfix.c fails early on Darwin versions using a linker that
complains if libSystem is not present on user-land link lines.

Add this to fix that specific issue.

gcc/testsuite/ChangeLog:

* jit.dg/test-ggc-bugfix.c: Add libSystem for Darwin.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/jit.dg/test-ggc-bugfix.c