[PATCH] D100484: add test case for ignoring -flto=auto and -flto=jobserver
Sylvestre Ledru via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 15 03:20:13 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG56cb214b38a7: add test case for ignoring -flto=auto and -flto=jobserver (authored by doko, committed by sylvestre.ledru).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100484/new/
https://reviews.llvm.org/D100484
Files:
clang/test/Driver/clang_f_opts.c
Index: clang/test/Driver/clang_f_opts.c
===================================================================
--- clang/test/Driver/clang_f_opts.c
+++ clang/test/Driver/clang_f_opts.c
@@ -279,6 +279,7 @@
// RUN: -fno-delete-null-pointer-checks -fdelete-null-pointer-checks \
// RUN: -fno-inline-small-functions -finline-small-functions \
// RUN: -fno-fat-lto-objects -ffat-lto-objects \
+// RUN: -flto=auto -flto=jobserver \
// RUN: -fno-merge-constants -fmerge-constants \
// RUN: -fno-caller-saves -fcaller-saves \
// RUN: -fno-reorder-blocks -freorder-blocks \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100484.337687.patch
Type: text/x-patch
Size: 769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210415/ddb0e69a/attachment-0001.bin>
More information about the cfe-commits
mailing list