[PATCH] D37906: [CUDA] Work around a new quirk in CUDA9 headers.

Justin Lebar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 15 09:40:05 PDT 2017


jlebar added a comment.

This is a bit of a Chesterton's Fence -- do we know why they're doing this?

I guess it's probably going to be OK because our overriding semantics will make it OK, and our test-suite tests (should) exercise all of math.h.  But I'm still a little worried about it.


https://reviews.llvm.org/D37906





More information about the cfe-commits mailing list