From: Rafael Espindola Date: Sat, 13 Jul 2013 12:36:30 +0000 (+0000) Subject: Attempt at fixing a mingw bot. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e39cad4b048c8677575bfe712044a267b3cf1dad;p=oota-llvm.git Attempt at fixing a mingw bot. It is failing with YAMLTest.cpp:38: instantiated from here YAMLTraits.h:226: error: 'llvm::yaml::MappingTraits<::BinaryHolder>::mapping' is not a valid template argument for type 'void (*)(llvm::yaml::IO&, ::BinaryHolder&)' because function 'static void llvm::yaml::MappingTraits<::BinaryHolder>::mapping(llvm::yaml::IO&, ::BinaryHolder&)' has not external linkage git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186245 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Object/YAMLTest.cpp b/unittests/Object/YAMLTest.cpp index 3428e94d64d..3ae92ae1bae 100644 --- a/unittests/Object/YAMLTest.cpp +++ b/unittests/Object/YAMLTest.cpp @@ -13,11 +13,9 @@ using namespace llvm; -namespace { struct BinaryHolder { object::yaml::BinaryRef Binary; }; -} // end anonymous namespace namespace llvm { namespace yaml {