================
@@ -498,12 +498,12 @@ Error runSYCLLink(ArrayRef<std::string> Files, const 
ArgList &Args) {
     if (!ModOrErr)
       return ModOrErr.takeError();
 
-    SmallVector<StringRef> Symbols;
+    std::string SymbolData;
----------------
jhuber6 wrote:

Can this be a `SmallString<0>` or similar?

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

Reply via email to