[all-commits] [llvm/llvm-project] e9e166: [compiler-rt] Disable tests for unavailable builti...

Akira Hatanaka via All-commits all-commits at lists.llvm.org
Wed Sep 24 13:12:00 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9e166e54354330c474457711a8e7a7ca2efd731
      https://github.com/llvm/llvm-project/commit/e9e166e54354330c474457711a8e7a7ca2efd731
  Author: Akira Hatanaka <ahatanak at gmail.com>
  Date:   2025-09-24 (Wed, 24 Sep 2025)

  Changed paths:
    M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
    M compiler-rt/test/builtins/Unit/multc3_test.c

  Log Message:
  -----------
  [compiler-rt] Disable tests for unavailable builtins (#158664)

The builtins `__fixunstfdi` and `__multc3` may be removed by the
preprocessor depending on configuration flags. When this happens, the
corresponding tests fail at link time due to missing definitions.

Disable these tests when the builtins are not available.

rdar://159705803
rdar://159705705



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