[PATCH] D144190: [AIX][clang] Storage Locations for Constant Pointers
Qiongsi Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 8 10:05:01 PST 2023
qiongsiwu1 added inline comments.
================
Comment at: clang/test/Driver/ppc-roptr.c:1
+// RUN: %clang -### -target powerpc-ibm-aix-xcoff -mroptr %s 2>&1 | FileCheck %s
+// RUN: %clang -### -target powerpc-ibm-aix-xcoff -mroptr -mno-roptr %s 2>&1 | \
----------------
hubert.reinterpretcast wrote:
> Should test for `-c` and `-S` as well.
> Should test for pure link (without compile) as well.
> Should test for pure link (without compile) as well.
Is there a set of options that I can use to trigger pure linking? Or should I use two .o input files to trigger pure linking?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144190/new/
https://reviews.llvm.org/D144190
More information about the cfe-commits
mailing list