diff --git a/llvm/include/llvm/Support/JSON.h b/llvm/include/llvm/Support/JSON.h index 14a5c7142ed8c..1499e8f26c30e 100644 --- a/llvm/include/llvm/Support/JSON.h +++ b/llvm/include/llvm/Support/JSON.h @@ -285,7 +285,7 @@ inline bool operator!=(const Array &L, const Array &R) { return !(L == R); } /// And parsed: /// Expected E = json::parse("[1, 2, null]"); /// assert(E && E->kind() == Value::Array); -class Value { +class LLVM_ABI Value { public: enum Kind { Null,