Skip to content

Commit 8afc514

Browse files
committed
[llvm] re-order LLVM_ABI and extern on NoKernelInfoEndLTO decl
1 parent 7c4b2be commit 8afc514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Target/TargetMachine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <string>
3030
#include <utility>
3131

32-
extern LLVM_ABI llvm::cl::opt<bool> NoKernelInfoEndLTO;
32+
LLVM_ABI extern llvm::cl::opt<bool> NoKernelInfoEndLTO;
3333

3434
namespace llvm {
3535

0 commit comments

Comments
 (0)