[clang] [llvm] [PowerPC] Support -fpatchable-function-entry (PR #92997)
Chen Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 02:57:45 PDT 2024
================
@@ -0,0 +1,49 @@
+; RUN: llc -mtriple=powerpc-unknown-linux-gnu %s -o - | FileCheck %s --check-prefixes=CHECK,PPC32
----------------
chenzheng1030 wrote:
Thank you, changed the triple. Little endian is not going to be supported in this patch.
https://github.com/llvm/llvm-project/pull/92997
More information about the llvm-commits
mailing list