From 8427bc035096e3e2cc2726054f0d2f61aebdca30 Mon Sep 17 00:00:00 2001 From: Andrew Rogers Date: Wed, 19 Feb 2025 16:31:09 -0800 Subject: [PATCH] DLLExport WithColor --- llvm/include/llvm/Support/WithColor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/WithColor.h b/llvm/include/llvm/Support/WithColor.h index e80e5d469363d..be498cb082e22 100644 --- a/llvm/include/llvm/Support/WithColor.h +++ b/llvm/include/llvm/Support/WithColor.h @@ -51,7 +51,7 @@ enum class ColorMode { /// An RAII object that temporarily switches an output stream to a specific /// color. -class WithColor { +class LLVM_ABI WithColor { public: using AutoDetectFunctionType = bool (*)(const raw_ostream &OS);