commit | 99ee75c1cd0d43b37d89b045d8984f68763af323 | [log] [tgz] |
---|---|---|
author | Lulu Cai <cailulu@loongson.cn> | Sat Aug 16 11:48:32 2025 +0800 |
committer | cailulu <cailulu@loongson.cn> | Fri Aug 22 11:34:00 2025 +0800 |
tree | 6aa69eac7023a9cb48e2fbf4da70deda382d8d47 | |
parent | 64c7560c6a37f848974eec5422fbbbf3fb265aa2 [diff] |
LoongArch: Improve the reliability of test cases Fix PR ld/31101 In some distributions, GCC enables --as-needed by default, which may prevent linking to necessary dynamic libraries and cause test failures. When tests require the host GCC, use the --no-as-needed option and place the necessary dynamic libraries after the object files. This prevents test failures and improves the test case reliability.