You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Clang]-Added libm to the do not search for SDL list because of automation. If the user adds -lm to the ld flags, this will avoid a double inclusion of the device lib (libm-amdgcn-gfxXXX) during the clang-build-select-link step and allow for the -lm flag to be added for the ld step of C compilation. Note: -lm on the ld link step is added by default with clang++ (ROCm#38)
(cherry picked from commit 2d0e37737776784b6f2b17bf12ea0a12b55f820f)
0 commit comments