| Issue | 64718 |
|---|---|
| Summary | Backport fix for `include/__clang_cuda_math.h:39:25: warning: extra tokens at end of #ifdef directive [-Wextra-tokens] ` in LLVM 17 |
| Labels | new issue |
| Assignees | |
| Reporter | joker-eph |
c49142e4f5c8 fixed this warning:
```
include/__clang_cuda_math.h:39:25: warning: extra tokens at end of #ifdef directive [-Wextra-tokens]
``` ^_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
