[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:29:12 PST 2023


================
@@ -0,0 +1,107 @@
+# RUN: %{cxx} %{flags} %s %{link_flags} -no-pie -o %t.exe
----------------
MaskRay wrote:

We have test/native/AArch64, a directory which only encodes the arch name.
We can have test/native/x86_64 and use `// REQUIRES: target={{x86_64-.+-linux}}`

(We have `test/native/arm-linux-eabi/` with the full triple just because arm eabi is very different)

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


More information about the libcxx-commits mailing list