Skip to content

Commit 7b7cdac

Browse files
committed
DLLExport BinaryStreamReader
1 parent 0fe0968 commit 7b7cdac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/Support/BinaryStreamReader.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "llvm/Support/Alignment.h"
1515
#include "llvm/Support/BinaryStreamArray.h"
1616
#include "llvm/Support/BinaryStreamRef.h"
17+
#include "llvm/Support/Compiler.h"
1718
#include "llvm/Support/ConvertUTF.h"
1819
#include "llvm/Support/Endian.h"
1920
#include "llvm/Support/Error.h"
@@ -26,7 +27,7 @@ namespace llvm {
2627
/// null-terminated strings, integers in various flavors of endianness, etc.
2728
/// Can be subclassed to provide reading of custom datatypes, although no
2829
/// are overridable.
29-
class BinaryStreamReader {
30+
class LLVM_ABI BinaryStreamReader {
3031
public:
3132
BinaryStreamReader() = default;
3233
explicit BinaryStreamReader(BinaryStreamRef Ref);

0 commit comments

Comments
 (0)