This revision was automatically updated to reflect the committed changes.
Closed by commit rG5be2ca29217a: [Clang][Bundler][NFC] Replace
SmallString<...> with StringRef (authored by sdmitriev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73738/new/
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73738/new/
https://reviews.llvm.org/D73738
___
sdmitriev created this revision.
sdmitriev added a reviewer: ABataev.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73738
Files:
clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
Index: clang/too