[all-commits] [llvm/llvm-project] dfbf13: [LLVM] adjust lit.cfg.py for Cygwin (#151416)
jeremyd2019 via All-commits
all-commits at lists.llvm.org
Sat Aug 2 10:32:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfbf13cded64983e0a7512bcdcab577732671ec6
https://github.com/llvm/llvm-project/commit/dfbf13cded64983e0a7512bcdcab577732671ec6
Author: jeremyd2019 <github at jdrake.com>
Date: 2025-08-02 (Sat, 02 Aug 2025)
Changed paths:
M llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
M llvm/test/lit.cfg.py
Log Message:
-----------
[LLVM] adjust lit.cfg.py for Cygwin (#151416)
Cygwin is like Windows in that it uses COFF, and doesn't emit
.debug_frame on 64-bit architectures.
However, if -elf is appended to the target triple on Cygwin MCJIT remote
tests fail due to `__register_frame` not being defined. Only one test
fails without -elf that succeeds with it, so mark just that test as
XFAIL on Cygwin.
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