diff options
Diffstat (limited to 'llvm/test/MC/ELF/comp-dir.s')
-rw-r--r-- | llvm/test/MC/ELF/comp-dir.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/comp-dir.s b/llvm/test/MC/ELF/comp-dir.s index e80822296c8..59edce1ca54 100644 --- a/llvm/test/MC/ELF/comp-dir.s +++ b/llvm/test/MC/ELF/comp-dir.s @@ -1,4 +1,6 @@ -// REQUIRES: shell +// Don't try to make symlinks on Windows. +// UNSUPPORTED: system-windows +// // RUN: llvm-mc -triple=x86_64-linux-unknown -g -fdebug-compilation-dir=/test/comp/dir %s -filetype=obj -o %t.o // RUN: llvm-dwarfdump -v -debug-info %t.o | FileCheck %s |