[llvm] [AArch64][WinCFI] Fix a crash due to missing seh directives (PR #123993)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 15:04:31 PST 2025


================
@@ -0,0 +1,86 @@
+; RUN: llc -mtriple=aarch64-windows %s --filetype obj
----------------
efriedma-quic wrote:

Missing `-o /dev/null`.  (The default output file is the source tree, which makes a mess for everyone.)

https://github.com/llvm/llvm-project/pull/123993


More information about the llvm-commits mailing list