[PATCH] D134820: [LTO][clang] Teaching Clang to Pass Plugin Options to the AIX Linker
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 29 19:48:55 PDT 2022
MaskRay added inline comments.
================
Comment at: clang/test/Driver/lto-aix.c:2
+// Test LTO path, mcpu and opt level options
+// RUN: %clang -target powerpc-ibm-aix -### %s -flto -fuse-ld=ld -O3 2>&1 \
+// RUN: | FileCheck -check-prefixes=LTOPATH,MCPUOPTLEVEL %s
----------------
Replace legacy `-target ` with `--target=`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134820/new/
https://reviews.llvm.org/D134820
More information about the cfe-commits
mailing list