File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1212#ifndef LLVM_ABI_BREAKING_CHECKS_H
1313#define LLVM_ABI_BREAKING_CHECKS_H
1414
15- // Compiler.h is required for LLVM_ABI definition.
16- #include "llvm/Support/Compiler.h"
17-
1815/* Define to enable checks that alter the LLVM C++ ABI */
1916#cmakedefine01 LLVM_ENABLE_ABI_BREAKING_CHECKS
2017
4643#endif
4744namespace llvm {
4845#if LLVM_ENABLE_ABI_BREAKING_CHECKS
49- LLVM_ABI extern int EnableABIBreakingChecks ;
46+ extern int EnableABIBreakingChecks ;
5047LLVM_HIDDEN_VISIBILITY
5148__attribute__((weak )) int * VerifyEnableABIBreakingChecks =
5249 & EnableABIBreakingChecks ;
5350#else
54- LLVM_ABI extern int DisableABIBreakingChecks ;
51+ extern int DisableABIBreakingChecks ;
5552LLVM_HIDDEN_VISIBILITY
5653__attribute__((weak )) int * VerifyDisableABIBreakingChecks =
5754 & DisableABIBreakingChecks ;
You can’t perform that action at this time.
0 commit comments