File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
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- #include "llvm/Support/Compiler.h"
16-
1715/* Define to enable checks that alter the LLVM C++ ABI */
1816#cmakedefine01 LLVM_ENABLE_ABI_BREAKING_CHECKS
1917
4543#endif
4644namespace llvm {
4745#if LLVM_ENABLE_ABI_BREAKING_CHECKS
48- LLVM_ABI extern int EnableABIBreakingChecks ;
46+ extern int EnableABIBreakingChecks ;
4947LLVM_HIDDEN_VISIBILITY
5048__attribute__((weak )) int * VerifyEnableABIBreakingChecks =
5149 & EnableABIBreakingChecks ;
5250#else
53- LLVM_ABI extern int DisableABIBreakingChecks ;
51+ extern int DisableABIBreakingChecks ;
5452LLVM_HIDDEN_VISIBILITY
5553__attribute__((weak )) int * VerifyDisableABIBreakingChecks =
5654 & DisableABIBreakingChecks ;
You can’t perform that action at this time.
0 commit comments