llvm-project/clang/test/Driver/zos-profiling-error.c
Michael Francis 7488dd25e1 Revert "[Clang][AIX][p] Manually Claim -p in front end"
This reverts commit 59848b9ebae6a92a4342b1e8aa32feaf5c9c4b51, as it
causes some failures in AIX-related Lit tests.
2023-03-12 08:14:33 +00:00

3 lines
178 B
C

// RUN: %clang 2>&1 -### --target=s390x-none-zos -pg -S %s | FileCheck -check-prefix=FAIL-PG-NAME %s
// FAIL-PG-NAME: error: unsupported option '-pg' for target 's390x-none-zos'