[clang] [llvm] Fix Windows EH IP2State tables (remove +1 bias) (PR #144745)

Daniel Paoliello via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 26 10:26:58 PDT 2025


================
@@ -0,0 +1,182 @@
+// REQUIRES: x86-registered-target
+
+// RUN: %clang_cl -c --target=x86_64-windows-msvc /EHa -O2 /GS- \
+// RUN:   -Xclang=-import-call-optimization \
+// RUN:   /clang:-S /clang:-o- %s 2>&1 \
----------------
dpaoliello wrote:

Does this need the `--` before the file name to avoid weird command line parsing issues?

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


More information about the llvm-commits mailing list