commit | 400ff8ee8663829f466770c0bca2bb503a38c797 | [log] [tgz] |
---|---|---|
author | jeremyd2019 <github@jdrake.com> | Sat Aug 02 10:31:46 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Sat Aug 02 10:38:22 2025 -0700 |
tree | 233c2e3cbdb98c4e3eebed6fc9df096e316ab468 | |
parent | 76828497e7276482cc5f348a1b45b6bde5719d6f [diff] |
[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. GitOrigin-RevId: dfbf13cded64983e0a7512bcdcab577732671ec6