Skip to content

Commit 8427bc0

Browse files
committed
DLLExport WithColor
1 parent 19bad2a commit 8427bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/WithColor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ enum class ColorMode {
5151

5252
/// An RAII object that temporarily switches an output stream to a specific
5353
/// color.
54-
class WithColor {
54+
class LLVM_ABI WithColor {
5555
public:
5656
using AutoDetectFunctionType = bool (*)(const raw_ostream &OS);
5757

0 commit comments

Comments
 (0)