[clang] [llvm] [PowerPC] Support -fpatchable-function-entry (PR #92997)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 16:54:45 PDT 2024
================
@@ -0,0 +1,49 @@
+; RUN: llc -mtriple=powerpc-unknown-linux-gnu %s -o - | FileCheck %s --check-prefixes=CHECK,PPC32
----------------
MaskRay wrote:
`-mtriple=powerpc`. Prefer a generic ELF triple to a Linux specific one.
Suggest 2 RUN lines, `powerpc` and `powerpc64le`, to catch both 32-bit/64-bit and LE/BE.
https://github.com/llvm/llvm-project/pull/92997
More information about the cfe-commits
mailing list