Index: compiler-rt/test/tsan/default_options.cpp =================================================================== --- compiler-rt/test/tsan/default_options.cpp +++ compiler-rt/test/tsan/default_options.cpp @@ -2,9 +2,6 @@ #include #include -#if (__APPLE__) -__attribute__((weak)) -#endif extern "C" const char *__tsan_default_options() { return "report_bugs=0"; }