Skip to content

Commit c8a9d31

Browse files
committed
DLLExport Twine
1 parent 8337d01 commit c8a9d31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/ADT/Twine.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "llvm/ADT/SmallVector.h"
1313
#include "llvm/ADT/StringRef.h"
14+
#include "llvm/Support/Compiler.h"
1415
#include "llvm/Support/ErrorHandling.h"
1516
#include <cassert>
1617
#include <cstdint>
@@ -78,7 +79,7 @@ namespace llvm {
7879
/// so we provide two additional methods (and accompanying operator+
7980
/// overloads) to guarantee that particularly important cases (cstring plus
8081
/// StringRef) codegen as desired.
81-
class Twine {
82+
class LLVM_ABI Twine {
8283
/// NodeKind - Represent the type of an argument.
8384
enum NodeKind : unsigned char {
8485
/// An empty string; the result of concatenating anything with it is also

0 commit comments

Comments
 (0)