forked from OSchip/llvm-project
parent
1ccae9d943
commit
c12d753fad
|
@ -524,7 +524,7 @@ extern volatile int CppCoreGuidelinesModuleAnchorSource;
|
||||||
static int LLVM_ATTRIBUTE_UNUSED CppCoreGuidelinesModuleAnchorDestination =
|
static int LLVM_ATTRIBUTE_UNUSED CppCoreGuidelinesModuleAnchorDestination =
|
||||||
CppCoreGuidelinesModuleAnchorSource;
|
CppCoreGuidelinesModuleAnchorSource;
|
||||||
|
|
||||||
// This anchor is used to force the linker to link the GoogleModule.
|
// This anchor is used to force the linker to link the FuchsiaModule.
|
||||||
extern volatile int FuchsiaModuleAnchorSource;
|
extern volatile int FuchsiaModuleAnchorSource;
|
||||||
static int LLVM_ATTRIBUTE_UNUSED FuchsiaModuleAnchorDestination =
|
static int LLVM_ATTRIBUTE_UNUSED FuchsiaModuleAnchorDestination =
|
||||||
FuchsiaModuleAnchorSource;
|
FuchsiaModuleAnchorSource;
|
||||||
|
|
Loading…
Reference in New Issue