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)
commit8a211cc64e78189736375fbbe0bc017a1ac0c3b3
treea5cd167ff2d775f23118c79cc21269508152b687
parentcf3ae38405801fe2bc55df5244a5e0ddf73d943a
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

llvm-svn: 336710
clang/lib/Driver/ToolChains/FreeBSD.cpp
clang/test/Driver/fsanitize.c