We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe0968 commit 97fb5eeCopy full SHA for 97fb5ee
llvm/include/llvm/Support/InitLLVM.h
@@ -11,6 +11,7 @@
11
12
#include "llvm/ADT/SmallVector.h"
13
#include "llvm/Support/Allocator.h"
14
+#include "llvm/Support/Compiler.h"
15
#include "llvm/Support/PrettyStackTrace.h"
16
#include <optional>
17
@@ -32,7 +33,7 @@
32
33
// InitLLVM calls llvm_shutdown() on destruction, which cleans up
34
// ManagedStatic objects.
35
namespace llvm {
-class InitLLVM {
36
+class LLVM_ABI InitLLVM {
37
public:
38
InitLLVM(int &Argc, const char **&Argv,
39
bool InstallPipeSignalExitHandler = true);
0 commit comments