[all-commits] [llvm/llvm-project] 1a53b7: Compile-fix after StringRef's conversion operator ...
Michael Kruse via All-commits
all-commits at lists.llvm.org
Wed Feb 5 20:29:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1a53b732e6bf1bbadd8d352573172c9d0c8b0cca
https://github.com/llvm/llvm-project/commit/1a53b732e6bf1bbadd8d352573172c9d0c8b0cca
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M polly/lib/CodeGen/ManagedMemoryRewrite.cpp
M polly/lib/CodeGen/PPCGCodeGeneration.cpp
Log Message:
-----------
Compile-fix after StringRef's conversion operator has been made explicit.
Commit 777180a "[ADT] Make StringRef's std::string conversion operator explicit"
caused Polly's GPU code generator to not compile anymore. The rest of
Polly has already been fixed in commit
0257a9 "Fix polly build after StringRef change."
More information about the All-commits
mailing list