[PATCH] D17660: ubsan: Fix endianness check in Value::getFloatValue for gcc

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 17:37:44 PST 2016


samsonov added a comment.

We use `__BIG_ENDIAN__` and `__LITTLE_ENDIAN__` macro in a few places in sanitizers. Let's update all these use cases to a more portable form for consistency.


Repository:
  rL LLVM

http://reviews.llvm.org/D17660





More information about the llvm-commits mailing list