Skip to content

Commit 7678a32

Browse files
committed
[llvm-objdump] Disable arm64-disassembly-color on Windows
Windows doesn't support colored output with ANSI escape colors.
1 parent 6c768e8 commit 7678a32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/tools/llvm-objdump/MachO/arm64-disassembly-color.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: llvm-mc -triple arm64-apple-macosx %s -filetype=obj -o %t
23
// RUN: llvm-objdump --disassembler-color=on --disassemble %t | FileCheck %s --check-prefix=COLOR
34
// RUN: llvm-objdump --disassembler-color=off --disassemble %t | FileCheck %s --check-prefix=NOCOLOR

0 commit comments

Comments
 (0)