@@ -146,7 +146,7 @@ namespace llvm {
146146 EmulatedTLS(false ), EnableTLSDESC(false ), EnableIPRA(false ),
147147 EmitStackSizeSection(false ), EnableMachineOutliner(false ),
148148 EnableMachineFunctionSplitter(false ), SupportsDefaultOutlining(false ),
149- EmitAddrsig(false ), BBAddrMap(false ), EmitCallGraphSection( false ), EmitCallSiteInfo(false ),
149+ EmitAddrsig(false ), BBAddrMap(false ), EmitCallSiteInfo(false ),
150150 SupportsDebugEntryValues(false ), EnableDebugEntryValues(false ),
151151 ValueTrackingVariableLocations(false ), ForceDwarfFrameSection(false ),
152152 XRayFunctionIndex(true ), DebugStrictDwarf(false ), Hotpatch(false ),
@@ -329,9 +329,6 @@ namespace llvm {
329329 // / to selectively generate basic block sections.
330330 std::shared_ptr<MemoryBuffer> BBSectionsFuncListBuf;
331331
332- // / Emit section containing call graph metadata.
333- unsigned EmitCallGraphSection : 1 ;
334-
335332 // / The flag enables call site info production. It is used only for debug
336333 // / info, and it is restricted only to optimized code. This can be used for
337334 // / something else, so that should be controlled in the frontend.
0 commit comments