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

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sat May 4 00:08:05 PDT 2024


================
@@ -75,6 +75,10 @@ static cl::opt<bool> JumpTableInFunctionSection(
     "jumptable-in-function-section", cl::Hidden, cl::init(false),
     cl::desc("Putting Jump Table in function section"));
 
+static cl::opt<bool> UniqueExplicitSections(
+    "unique-explicit-sections", cl::Hidden, cl::init(true),
----------------
MaskRay wrote:

untested

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


More information about the cfe-commits mailing list