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 8337d01 commit c8a9d31Copy full SHA for c8a9d31
llvm/include/llvm/ADT/Twine.h
@@ -11,6 +11,7 @@
11
12
#include "llvm/ADT/SmallVector.h"
13
#include "llvm/ADT/StringRef.h"
14
+#include "llvm/Support/Compiler.h"
15
#include "llvm/Support/ErrorHandling.h"
16
#include <cassert>
17
#include <cstdint>
@@ -78,7 +79,7 @@ namespace llvm {
78
79
/// so we provide two additional methods (and accompanying operator+
80
/// overloads) to guarantee that particularly important cases (cstring plus
81
/// StringRef) codegen as desired.
- class Twine {
82
+ class LLVM_ABI Twine {
83
/// NodeKind - Represent the type of an argument.
84
enum NodeKind : unsigned char {
85
/// An empty string; the result of concatenating anything with it is also
0 commit comments