[clang] [llvm] [AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (PR #67999)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 3 06:21:54 PDT 2023
================
@@ -0,0 +1,29 @@
+; RUN: llc -mtriple powerpc-ibm-aix-xcoff < %s | FileCheck %s --check-prefix CHECK
+; RUN: llc -mtriple powerpc64-ibm-aix-xcoff < %s | FileCheck %s --check-prefix CHECK
+
----------------
diggerlin wrote:
also need to add test scenario `--filetype=obj`
https://github.com/llvm/llvm-project/pull/67999
More information about the llvm-commits
mailing list