[PATCH] D27860: [LLD] Remove assert from Relocations.h

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 13:33:12 PST 2016


joerg added a comment.

Depending on sanitizers to enforce constraints is bogus. They don't work everywhere.  *sigh* Guess we have to cast it to int explicitly.


https://reviews.llvm.org/D27860





More information about the llvm-commits mailing list