Skip to content

Commit c130c3e

Browse files
committed
DLLExport json::Value
1 parent 19bad2a commit c130c3e

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/Support

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/JSON.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ inline bool operator!=(const Array &L, const Array &R) { return !(L == R); }
285285
/// And parsed:
286286
/// Expected<Value> E = json::parse("[1, 2, null]");
287287
/// assert(E && E->kind() == Value::Array);
288-
class Value {
288+
class LLVM_ABI Value {
289289
public:
290290
enum Kind {
291291
Null,

0 commit comments

Comments
 (0)