[all-commits] [llvm/llvm-project] fbf7bb: [demangler] Fix build breakage
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Wed Feb 16 08:58:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbf7bbcb839929ff4eed89921191ed51a2a99777
https://github.com/llvm/llvm-project/commit/fbf7bbcb839929ff4eed89921191ed51a2a99777
Author: Nathan Sidwell <nathan at acm.org>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M libcxxabi/src/demangle/Utility.h
M llvm/include/llvm/Demangle/Utility.h
Log Message:
-----------
[demangler] Fix build breakage
The copy and pristine versions of Utility diverged and one didn't
include <algorithm>. As that's a rather large header, let's just open
code the comparisons.
Reviewed By:
Differential Revision: https://reviews.llvm.org/
More information about the All-commits
mailing list