[all-commits] [llvm/llvm-project] 2307d2: [libc] fix float_comparison_test when an emulator ...
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Thu Jul 4 09:34:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2307d270ccbf75dc72e8b4406bc0ec88781328f0
https://github.com/llvm/llvm-project/commit/2307d270ccbf75dc72e8b4406bc0ec88781328f0
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M libc/test/src/__support/CMakeLists.txt
Log Message:
-----------
[libc] fix float_comparison_test when an emulator is used to run the test (#97748)
This patch adds a missing ${CMAKE_CROSSCOMPILING_EMULATOR} to the call to libc_str_to_float_comparison_test so the test can run in an emulator, if required.
This is currently required for the rv32 buildbot, which runs in a qemu emulator.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list