[clang] [llvm] [PowerPC][AIX] 64-bit large code-model support for toc-data (PR #90619)
Chen Zheng via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 19:26:14 PDT 2024
================
@@ -1,16 +1,13 @@
// RUN: %clang -### --target=powerpc-ibm-aix-xcoff -mcmodel=medium -mtocdata %s 2>&1 \
-// RUN: | FileCheck -check-prefix=CHECK-NOTOC %s
+// RUN: | FileCheck -check-prefix=CHECK-TOC %s
----------------
chenzheng1030 wrote:
nit: since all the check prefix are "TOC", maybe we can use the default one, i.e., without setting -check-prefix?
https://github.com/llvm/llvm-project/pull/90619
More information about the cfe-commits
mailing list