================ @@ -590,7 +596,7 @@ class FrontendOptions { EmitSymbolGraph(false), EmitExtensionSymbolGraphs(false), EmitSymbolGraphSymbolLabelsForTesting(false), EmitPrettySymbolGraphs(false), GenReducedBMI(false), - TimeTraceGranularity(500) {} + UseClangIRPipeline(), TimeTraceGranularity(500) {} ---------------- erichkeane wrote:
Why isn't this initializing this to a value? I would expect it to have 'false' here. ```suggestion UseClangIRPipeline(false), TimeTraceGranularity(500) {} ``` https://github.com/llvm/llvm-project/pull/89030 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits