================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits