================
@@ -43,50 +43,67 @@ static std::string getThinLTOOutputFile(Ctx &ctx, StringRef 
modulePath) {
                                    ctx.arg.thinLTOPrefixReplaceNew);
 }
 
+static std::shared_ptr<MemoryBuffer> getMemoryBuffer(Ctx &ctx) {
----------------
arichardson wrote:

```suggestion
static std::shared_ptr<MemoryBuffer> getBBSectionsMemoryBuffer(Ctx &ctx) {
```
Maybe rename this?

https://github.com/llvm/llvm-project/pull/179509
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to