[PATCH] D23878: [libc++abi] Fix test under ASAN and MSAN
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 25 10:50:10 PDT 2016
compnerd added a comment.
I think it would be better to use `assert(true)` to avoid the TCO from kicking in.
https://reviews.llvm.org/D23878
More information about the cfe-commits
mailing list