================ @@ -1507,6 +1510,40 @@ struct OpenMPOpt { return Changed; } + /// Tries to remove known runtime symbols that are optional. + bool removeRuntimeSymbols() { ---------------- jplehr wrote: WFM https://github.com/llvm/llvm-project/pull/70683