[all-commits] [llvm/llvm-project] d04a4a: [llvm] Adjust Autoupdater's llvm prefix detection ...
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Sat Dec 2 08:57:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d04a4a06abd4c415d7e433fef1553cfdcddea858
https://github.com/llvm/llvm-project/commit/d04a4a06abd4c415d7e433fef1553cfdcddea858
Author: Nathan Sidwell <nathan at acm.org>
Date: 2023-12-02 (Sat, 02 Dec 2023)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[llvm] Adjust Autoupdater's llvm prefix detection (#74142)
Use consume_front to swallow the 'llvm.' prefix, and 'empty' to check
there's at least one character left.
More information about the All-commits
mailing list