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 ab107a5 commit 6dc4915Copy full SHA for 6dc4915
llvm/unittests/Analysis/MemoryProfileInfoTest.cpp
@@ -14,6 +14,7 @@
14
#include "llvm/IR/Module.h"
15
#include "llvm/IR/ModuleSummaryIndex.h"
16
#include "llvm/Support/CommandLine.h"
17
+#include "llvm/Support/Compiler.h"
18
#include "llvm/Support/SourceMgr.h"
19
#include "gmock/gmock.h"
20
#include "gtest/gtest.h"
@@ -23,7 +24,7 @@
23
24
using namespace llvm;
25
using namespace llvm::memprof;
26
-extern cl::opt<bool> MemProfKeepAllNotColdContexts;
27
+LLVM_ABI extern cl::opt<bool> MemProfKeepAllNotColdContexts;
28
29
namespace {
30
0 commit comments