Skip to content

Commit ad192f9

Browse files
committed
[ORC] Restrict check-dwarf-filename test to Darwin for now.
This test is failing on Windows (see e.g. https://lab.llvm.org/buildbot/#/builders/146/builds/1983), probably due to incomplete debugger support there (the test registers debug info in-process, so non-Darwin builds shouldn't be expected to have the right symbols).
1 parent 366e836 commit ad192f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/ExecutionEngine/JITLink/x86-64/MachO-check-dwarf-filename.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# RUN: llvm-jitlink -debug-only=orc -noexec -debugger-support %t.o 2>&1 | \
33
# RUN: FileCheck %s
44
#
5-
# REQUIRES: asserts
5+
# REQUIRES: asserts && system-darwin
66
#
77
# Test that source file names can be indentified from DWARF line tables.
88

0 commit comments

Comments
 (0)