Index: lld/MachO/SyntheticSections.cpp =================================================================== --- lld/MachO/SyntheticSections.cpp +++ lld/MachO/SyntheticSections.cpp @@ -27,7 +27,9 @@ #ifdef LLVM_HAVE_LIBXAR #include +extern "C" { #include +} #endif using namespace llvm;