[clang] [llvm] [Clang] -fseparate-named-sections option (PR #91028)

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 09:05:26 PDT 2024


================
@@ -277,6 +277,8 @@ namespace llvm {
     /// Use unique names for basic block sections.
     unsigned UniqueBasicBlockSectionNames : 1;
 
+    unsigned SeparateNamedSections : 1;
----------------
petrhosek wrote:

Done

https://github.com/llvm/llvm-project/pull/91028


More information about the cfe-commits mailing list