|
@@ -325,7 +325,7 @@ namespace tooling {
|
|
// This anchor is used to force the linker to link in the generated object file
|
|
// This anchor is used to force the linker to link in the generated object file
|
|
// and thus register the JSONCompilationDatabasePlugin.
|
|
// and thus register the JSONCompilationDatabasePlugin.
|
|
extern volatile int JSONAnchorSource;
|
|
extern volatile int JSONAnchorSource;
|
|
-static int JSONAnchorDest = JSONAnchorSource;
|
|
|
|
|
|
+int JSONAnchorDest = JSONAnchorSource;
|
|
|
|
|
|
} // end namespace tooling
|
|
} // end namespace tooling
|
|
} // end namespace clang
|
|
} // end namespace clang
|