[all-commits] [llvm/llvm-project] 838d12: [TargetLoweringObjectFileImpl] Use llvm::transform
Orivej Desh via All-commits
all-commits at lists.llvm.org
Sun May 24 21:02:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 838d12207b04b7be7245fdff0ce93335bafe5b78
https://github.com/llvm/llvm-project/commit/838d12207b04b7be7245fdff0ce93335bafe5b78
Author: Orivej Desh <orivej at gmx.fr>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Log Message:
-----------
[TargetLoweringObjectFileImpl] Use llvm::transform
Fixes a build issue with libc++ configured with _LIBCPP_RAW_ITERATORS (ADL not effective)
```
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:1602:3: error: no matching function for call to 'transform'
transform(HexString.begin(), HexString.end(), HexString.begin(), tolower);
^~~~~~~~~
```
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D80475
More information about the All-commits
mailing list