[clang] [llvm] [Offload][SYCL] Refactoring: get rid of newline separators (PR #180274)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 6 11:52:10 PST 2026


================
@@ -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


More information about the cfe-commits mailing list