[libcxx-commits] [libcxxabi] [libc++abi] Fix lpStart adjustment for exceptions table (PR #72727)
Fangrui Song via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 5 22:31:28 PST 2023
================
@@ -0,0 +1,107 @@
+# RUN: %{cxx} %{flags} %s %{link_flags} -no-pie -o %t.exe
+# RUN: %t.exe
+# UNSUPPORTED: no-exceptions
+
+# PURPOSE: Check that libc++abi works correctly when LPStart address is
----------------
MaskRay wrote:
OK, two other tests use `PURPOSE:` (which can be confused with a FileCheck directive), but otherwise it's not conventional. I think we can omit it.
https://github.com/llvm/llvm-project/pull/72727
More information about the libcxx-commits
mailing list