Followup for bug 1538060 again. More bustage fix. r=me,a=CristianB

This commit is contained in:
Mike Hommey 2019-04-02 23:48:01 +09:00
parent b23835262f
commit fc4f272cd4

View File

@ -33,7 +33,7 @@ using namespace mozilla;
// Linux, to avoid naming clashes in builds which mix GCC and LLVM. So, when we
// are building with LLVM exclusively, we need to use __custom_llvm_gcov_flush
// instead.
#if defined(XP_LINUX) && defined(__clang__)
#if !defined(XP_WIN) && defined(__clang__)
# define __gcov_flush __custom_llvm_gcov_flush
#endif