[Driver] Add PPC64 as supported for Scudo
authorKostya Kortchinsky <kostyak@google.com>
Tue, 3 Jul 2018 14:39:29 +0000 (14:39 +0000)
committerKostya Kortchinsky <kostyak@google.com>
Tue, 3 Jul 2018 14:39:29 +0000 (14:39 +0000)
commiteb5b79b461786aa6810811512c4a6144b4dc3428
tree90499819395bf23a5193b51adb54100e094e6aa2
parent91d190199d4d9e2cd657be48754e0182e2433c9f
[Driver] Add PPC64 as supported for Scudo

Summary:
Scudo works on PPC64 as is, so mark the architecture as supported for it. This
will also require a change to config-ix.cmake on the compiler-rt side.

Update the tests accordingly.

Reviewers: eugenis, alekseyshl

Reviewed By: alekseyshl

Subscribers: cfe-commits

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

llvm-svn: 336202
clang/lib/Driver/ToolChains/Linux.cpp
clang/test/Driver/fsanitize.c