diff options
author | Joseph Huber <35342157+jhuber6@users.noreply.github.com> | 2023-10-02 11:42:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 11:42:54 -0500 |
commit | 959e69ab46405f36c374dfbfc2edc5b527923dae (patch) | |
tree | 9f451a03940947c88eed04b9ddfe11b87ce44dff /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | d58fb40670ea9fb7f55e68267a5536daa974da85 (diff) | |
download | llvm-959e69ab46405f36c374dfbfc2edc5b527923dae.zip llvm-959e69ab46405f36c374dfbfc2edc5b527923dae.tar.gz llvm-959e69ab46405f36c374dfbfc2edc5b527923dae.tar.bz2 |
[Clang] Fix HIP wrapper inclusion of 'algorithm' when using libc++ (#67981)
Summary:
The `algorithm` header included here sometimes caused issues when using
`libc++` over `libstdc++`. This was primarily because of the order they
were included in. This patch just gets rid of this dependency as it was
only used for min and max which are trivial to reimplement.
Fixes: https://github.com/llvm/llvm-project/issues/67938
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions