On 12 January 2017 03:30:36 CET, Palmer Dabbelt <pal...@dabbelt.com> wrote:
>--- a/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc >+++ b/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc >@@ -64,7 +64,7 @@ namespace __sanitizer { > >#if !defined(__powerpc64__) && !defined(__x86_64__) && >!defined(__aarch64__)\ > && !defined(__mips__) && !defined(__s390__)\ >- && !defined(__sparc__) >+ && !defined(__sparc__) && && >!defined(__riscv) Lots of ampersands.. how would that compile?