aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
diff options
context:
space:
mode:
authorYaxun (Sam) Liu <yaxun.liu@amd.com>2020-06-10 23:41:51 -0400
committerYaxun (Sam) Liu <yaxun.liu@amd.com>2020-06-10 23:47:13 -0400
commitaf00eb25f890ecbf02818f1466da8f30d93e6298 (patch)
tree89a3b82d73cca806a5da269464f54f9bae9357d8 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
parentc79ab63e839b2621405f4472c46f88bfc7a30257 (diff)
downloadllvm-af00eb25f890ecbf02818f1466da8f30d93e6298.zip
llvm-af00eb25f890ecbf02818f1466da8f30d93e6298.tar.gz
llvm-af00eb25f890ecbf02818f1466da8f30d93e6298.tar.bz2
Fix __clang_cuda_math_forward_declares.h
Recent change from `#if !defined(__CUDA__)` to `#if !__CUDA__` caused regression on ROCm 3.5 since there is `#define __CUDA__` before inclusion of the header file, which causes `#if !__CUDA__` to be invalid. Change `#if !__CUDA__` back to `#if !defined(__CUDA__)` for backward compatibility.
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions