https://github.com/petrhosek closed
https://github.com/llvm/llvm-project/pull/91567
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/petrhosek updated
https://github.com/llvm/llvm-project/pull/91567
>From ca2b9d52d31866a657e2eb19585cdcd11bcad7d3 Mon Sep 17 00:00:00 2001
From: Petr Hosek
Date: Thu, 9 May 2024 00:28:33 -0700
Subject: [PATCH 1/2] [Clang] Pass -fseparate-named-sections from the driver
This is
https://github.com/smithp35 commented:
Code change LGTM.
Although currently trivial, would it be worth adding a Driver test for it.
Something like
https://github.com/llvm/llvm-project/blob/main/clang/test/Driver/funique-internal-linkage-names.c
https://github.com/llvm/llvm-project/pull/915
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Petr Hosek (petrhosek)
Changes
This is a follow up to #91028.
---
Full diff: https://github.com/llvm/llvm-project/pull/91567.diff
1 Files Affected:
- (modified) clang/lib/Driver/ToolChains/Clang.cpp (+2)
``diff
diff --
https://github.com/petrhosek created
https://github.com/llvm/llvm-project/pull/91567
This is a follow up to #91028.
>From ca2b9d52d31866a657e2eb19585cdcd11bcad7d3 Mon Sep 17 00:00:00 2001
From: Petr Hosek
Date: Thu, 9 May 2024 00:28:33 -0700
Subject: [PATCH] [Clang] Pass -fseparate-named-secti