[PATCH] D104803: [AIX] Emitting diagnostics error for profile options
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 23 15:18:31 PDT 2021
hubert.reinterpretcast added inline comments.
================
Comment at: clang/test/Driver/unsupported-option.c:14
+
+// RUN: not %clang -fprofile-generate --target=powerpc-ibm-aix %s 2>&1 | \
+// RUN: FileCheck %s --check-prefix=AIX-PROFILE-LTO
----------------
Worthwhile to use the 64-bit triple for one of the cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104803/new/
https://reviews.llvm.org/D104803
More information about the cfe-commits
mailing list