================
@@ -2366,7 +2378,8 @@ class OutOfProcessThinBackend : public CGThinBackend {
       const FunctionImporter::ImportMapTy &ImportList,
       const FunctionImporter::ExportSetTy &ExportList,
       const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> 
&ResolvedODR,
-      MapVector<StringRef, BitcodeModule> &ModuleMap) override {
+      MapVector<StringRef, BitcodeModule> &ModuleMap,
+      class Triple TheTriple) override {
----------------
nikic wrote:

```suggestion
      Triple TheTriple) override {
```
Or is this needed for some name conflict resolution reason?

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