[compiler-rt][Fuzzer] Use the new C++ ABI namespace CMake support
authorPetr Hosek <phosek@chromium.org>
Wed, 31 Oct 2018 19:15:48 +0000 (19:15 +0000)
committerPetr Hosek <phosek@chromium.org>
Wed, 31 Oct 2018 19:15:48 +0000 (19:15 +0000)
commit44eba12b74a8da5f40a40b71f0e4650d555d30ee
treea9443de9a13843faa85243887e6dad0079d5f62c
parent3a02722a40677c6ea39b9fe8624f439c417c282c
[compiler-rt][Fuzzer] Use the new C++ ABI namespace CMake support

libc++ now supports customizing the ABI namespace directly from the
CMake build so we no longer need to rely on custom CFLAGS.

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

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