[Parallel_libs-commits] [PATCH] D24107: [StreamExecutor] getOrDie and dieIfError utils
James Price via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Wed Aug 31 18:10:41 PDT 2016
jprice added a comment.
Hmm, maybe a false alarm.
It only seems to happen if I build SE in Release/RelWithDebInfo mode and then compile the test program without passing `-DNDEBUG`, which I guess conflicts with the SE build which would have used `-DNDEBUG`. I can't reproduce it with the example for that reason, unless I manually compile it without that flag. If SE is built in Debug mode as well, there is no issue.
Repository:
rL LLVM
https://reviews.llvm.org/D24107
More information about the Parallel_libs-commits
mailing list