[clang] [clang] Add partial-inlining options (PR #129024)

2025-03-10 Thread Jan Svoboda via cfe-commits
@@ -3394,6 +3394,10 @@ def fno_inline_functions : Flag<["-"], "fno-inline-functions">, Group; def fno_inline : Flag<["-"], "fno-inline">, Group, Visibility<[ClangOption, CC1Option]>; +def fpartial_inlining : Flag<["-"], "fpartial-inlining">, Group, jansvoboda

[clang] [clang] Add partial-inlining options (PR #129024)

2025-02-27 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver @llvm/pr-subscribers-clang Author: Jolyon (Jolyon0202) Changes Adaptation of adding -fpartial-inlining and -fno-partial-inlining options with GCC. --- Full diff: https://github.com/llvm/llvm-project/pull/129024.diff 4 Files Affected: -

[clang] [clang] Add partial-inlining options (PR #129024)

2025-02-27 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] [clang] Add partial-inlining options (PR #129024)

2025-02-27 Thread via cfe-commits
https://github.com/Jolyon0202 created https://github.com/llvm/llvm-project/pull/129024 Adaptation of adding -fpartial-inlining and -fno-partial-inlining options with GCC. >From 05be466a13c1fbfd211505c62e00b6c85ed4f2c9 Mon Sep 17 00:00:00 2001 From: Jolyon Date: Thu, 27 Feb 2025 12:51:14 +0800