https://github.com/Jolyon0202 closed
https://github.com/llvm/llvm-project/pull/73210
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Jolyon0202 wrote:
> @Jolyon0202 Your patch looks valid at first glance, but there is a merge
> conflict. Could you resolve that please?
Thx, I update a new merge request #129024 and close this old mr.
https://github.com/llvm/llvm-project/pull/73210
https://github.com/TiborGY requested changes to this pull request.
Since this is adding a (pair of) command line option, it should be added to
docs/ReleaseNotes.rst
https://github.com/llvm/llvm-project/pull/73210
___
cfe-commits mailing list
cfe-commi
TiborGY wrote:
@Jolyon0202 Your patch looks valid at first glance, but there is a merge
conflict. Could you resolve that please?
https://github.com/llvm/llvm-project/pull/73210
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm
Jolyon0202 wrote:
This patch is used to adapt to many projects using gcc.
https://github.com/llvm/llvm-project/pull/73210
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Jolyon0202 updated
https://github.com/llvm/llvm-project/pull/73210
>From d5679e5dba708e8a54c63d63f3da6c92a6cf0aeb Mon Sep 17 00:00:00 2001
From: Jian Yang
Date: Thu, 23 Nov 2023 12:54:52 +0800
Subject: [PATCH] [clang] Add partial-inlining options
Adaptation of adding -fparti
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
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/73210.diff
3 Files Affected:
- (modified) clang/include/cla
https://github.com/Jolyon0202 created
https://github.com/llvm/llvm-project/pull/73210
Adaptation of adding -fpartial-inlining and -fno-partial-inlining options with
GCC.
>From f525387d65a1cdee561f919b3351b528bd44a535 Mon Sep 17 00:00:00 2001
From: Jian Yang
Date: Thu, 23 Nov 2023 12:54:52 +08