[clang] [llvm] [Clang] -fseparate-named-sections option (PR #91028)
Peter Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 07:04:49 PDT 2024
================
@@ -277,6 +277,8 @@ namespace llvm {
/// Use unique names for basic block sections.
unsigned UniqueBasicBlockSectionNames : 1;
+ unsigned SeparateNamedSections : 1;
----------------
smithp35 wrote:
Almost all of the other flags have Doxygen comments. Worth something like:
/// Emit named sections with the same name into different sections.
https://github.com/llvm/llvm-project/pull/91028
More information about the cfe-commits
mailing list