aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorJoseph Huber <35342157+jhuber6@users.noreply.github.com>2023-10-02 11:42:54 -0500
committerGitHub <noreply@github.com>2023-10-02 11:42:54 -0500
commit959e69ab46405f36c374dfbfc2edc5b527923dae (patch)
tree9f451a03940947c88eed04b9ddfe11b87ce44dff /clang/lib/CodeGen/CodeGenFunction.cpp
parentd58fb40670ea9fb7f55e68267a5536daa974da85 (diff)
downloadllvm-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