================ @@ -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), ---------------- petrhosek wrote:
Removed, it was a leftover from earlier version. 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