[all-commits] [llvm/llvm-project] 2f98ff: [libc] Update integration test's linking options (...
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Fri Sep 22 09:06:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f98ff716c1e79bc76123cef51d0248807301864
https://github.com/llvm/llvm-project/commit/2f98ff716c1e79bc76123cef51d0248807301864
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
Log Message:
-----------
[libc] Update integration test's linking options (#67158)
This patch set the integration test's linking options to be the same one
used in the hermetic tests.
In particular, by removing -nostdlib the tests are linked with
libgcc/compiler-rt and this fixes an issue undefined reference to
__udivdi3 and __umoddi3 in rv32.
More information about the All-commits
mailing list