File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
llvm/include/llvm/ToolDrivers Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1414#ifndef LLVM_TOOLDRIVERS_LLVM_DLLTOOL_DLLTOOLDRIVER_H
1515#define LLVM_TOOLDRIVERS_LLVM_DLLTOOL_DLLTOOLDRIVER_H
1616
17+ #include " llvm/Support/Compiler.h"
18+
1719namespace llvm {
1820template <typename T> class ArrayRef ;
1921
20- int dlltoolDriverMain (ArrayRef<const char *> ArgsArr);
22+ LLVM_ABI int dlltoolDriverMain (ArrayRef<const char *> ArgsArr);
2123} // namespace llvm
2224
2325#endif
Original file line number Diff line number Diff line change 1414#ifndef LLVM_TOOLDRIVERS_LLVM_LIB_LIBDRIVER_H
1515#define LLVM_TOOLDRIVERS_LLVM_LIB_LIBDRIVER_H
1616
17+ #include " llvm/Support/Compiler.h"
18+
1719namespace llvm {
1820template <typename T> class ArrayRef ;
1921
20- int libDriverMain (ArrayRef<const char *> ARgs);
22+ LLVM_ABI int libDriverMain (ArrayRef<const char *> ARgs);
2123
2224}
2325
You can’t perform that action at this time.
0 commit comments