[Fuzzer] Don't hardcode target architecture for Fuzzer tests
authorPetr Hosek <phosek@chromium.org>
Fri, 15 Jun 2018 18:21:02 +0000 (18:21 +0000)
committerPetr Hosek <phosek@chromium.org>
Fri, 15 Jun 2018 18:21:02 +0000 (18:21 +0000)
commit5e6bc090edbf71b5dcbb2ac77250a035064bf536
treef4f07c7353fbb0464b13d7c711fe40a52fe94912
parent9655fe63228860d17efe395845638e682dbd5bda
[Fuzzer] Don't hardcode target architecture for Fuzzer tests

Don't hardcode the architecture for Fuzzer tests which breaks when
compiler-rt is being compiled for architectures other than x86_64.

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

llvm-svn: 334852
compiler-rt/lib/fuzzer/tests/CMakeLists.txt