[PATCH] D24647: [CUDA] [test-suite] Always enable assert()s in our builds.
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 11:48:04 PDT 2016
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
I guess we need something like -DLLVM_ENABLE_ASSERTIONS=On we use for LLVM to keeps assert enabled in Release build.
I'm OK with -UNDEBUG for CUDA until I get a chance to add ENABLE_ASSERTIONS knob (~EOW).
https://reviews.llvm.org/D24647
More information about the llvm-commits
mailing list