[PATCH] D135384: Enable the use of the -pg flag
Chris Bowler via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 7 06:57:35 PDT 2022
cebowleratibm added inline comments.
================
Comment at: clang/test/CodeGen/mcount-aix.c:2
+// RUN: %clang_cc1 -pg -no-opaque-pointers -triple powerpc-ibm-aix7.2.0.0 -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -pg -no-opaque-pointers -triple powerpc64-ibm-aix7.2.0.0 -S -emit-llvm %s -o - | FileCheck %s -check-prefix=CHECK64
+
----------------
Is it necessary to specify -no-opaque-pointers for this test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135384/new/
https://reviews.llvm.org/D135384
More information about the cfe-commits
mailing list