]> granicus.if.org Git - clang/commit
Fix a typo/regression in r335495.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 10 Jul 2018 17:44:08 +0000 (17:44 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 10 Jul 2018 17:44:08 +0000 (17:44 +0000)
commit9c99d48420e3e22a640d85bd883e4d63519a27f4
treeecd9f9bab77f4c100dd179c6c8b788611376f3d2
parent7db09e3a6236cc357ce346d72cee4cdaee1b40c9
Fix a typo/regression in r335495.

Use getTriple.isMIPS64() to detect 64-bit MIPS ABIs in
FreeBSD::getSupportedSanitizers() instead of getTriple.isMIPS32().

Reviewed By: atanasyan

Differential Revision: https://reviews.llvm.org/D49143

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336710 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/FreeBSD.cpp
test/Driver/fsanitize.c