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 7b7cdacCopy full SHA for 7b7cdac
llvm/include/llvm/Support/BinaryStreamReader.h
@@ -14,6 +14,7 @@
14
#include "llvm/Support/Alignment.h"
15
#include "llvm/Support/BinaryStreamArray.h"
16
#include "llvm/Support/BinaryStreamRef.h"
17
+#include "llvm/Support/Compiler.h"
18
#include "llvm/Support/ConvertUTF.h"
19
#include "llvm/Support/Endian.h"
20
#include "llvm/Support/Error.h"
@@ -26,7 +27,7 @@ namespace llvm {
26
27
/// null-terminated strings, integers in various flavors of endianness, etc.
28
/// Can be subclassed to provide reading of custom datatypes, although no
29
/// are overridable.
-class BinaryStreamReader {
30
+class LLVM_ABI BinaryStreamReader {
31
public:
32
BinaryStreamReader() = default;
33
explicit BinaryStreamReader(BinaryStreamRef Ref);
0 commit comments