From 6fb3a8cc763b8587bc1c4e43a0bb779c00e883f8 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sun, 13 Feb 2022 13:04:40 +0000 Subject: [PATCH] D99501-ignore-lto-auto =================================================================== Gbp-Pq: Name D99501-ignore-lto-auto.diff --- clang/include/clang/Driver/Options.td | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 8177989266..2d0458a373 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -4005,6 +4005,8 @@ defm reorder_blocks : BooleanFFlag<"reorder-blocks">, Group, Group; defm default_inline : BooleanFFlag<"default-inline">, Group; defm fat_lto_objects : BooleanFFlag<"fat-lto-objects">, Group; +def : Flag<["-"], "flto=auto">, Group; +def : Flag<["-"], "flto=jobserver">, Group; defm float_store : BooleanFFlag<"float-store">, Group; defm friend_injection : BooleanFFlag<"friend-injection">, Group; defm function_attribute_list : BooleanFFlag<"function-attribute-list">, Group; -- 2.30.2