[clang] [llvm] Remove Native Client support (PR #133661)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 12:42:32 PDT 2025


efriedma-quic wrote:

> CodeGen/Thumb2/pacbti-m-outliner-1.ll

```
diff --git a/llvm/test/CodeGen/Thumb2/pacbti-m-outliner-1.ll b/llvm/test/CodeGen/Thumb2/pacbti-m-outliner-1.ll
index 23924b2..dc06c26 100644
--- a/llvm/test/CodeGen/Thumb2/pacbti-m-outliner-1.ll
+++ b/llvm/test/CodeGen/Thumb2/pacbti-m-outliner-1.ll
@@ -1,9 +1,9 @@
-; RUN: llc --force-dwarf-frame-section --exception-model=arm %s -o - | FileCheck %s
-; RUN: llc --filetype=obj %s --exception-model=arm -o - | llvm-readelf -s --unwind - | FileCheck %s --check-prefix=UNWIND
+; RUN: llc --force-dwarf-frame-section --exception-model=arm %s -o - --target-abi=aapcs16 | FileCheck %s
+; RUN: llc --filetype=obj %s --exception-model=arm -o - --target-abi=aapcs16 | llvm-readelf -s --unwind - | FileCheck %s --check-prefix=UNWIND
 target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"

 ; Triple tweaked so we get 16-byte stack alignment and better test coverage.
-target triple = "armv7m-none-nacl-android"
+target triple = "armv7m-none-linux-android"

 ; -Oz
 ; volatile int a, b, c, d, e, f, g, h, i;
```

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


More information about the llvm-commits mailing list