[llvm] ad192f9 - [ORC] Restrict check-dwarf-filename test to Darwin for now.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 01:47:02 PST 2025


Author: Lang Hames
Date: 2025-01-03T20:46:55+11:00
New Revision: ad192f9f20ad48188b80855c085a0ad7266e0056

URL: https://github.com/llvm/llvm-project/commit/ad192f9f20ad48188b80855c085a0ad7266e0056
DIFF: https://github.com/llvm/llvm-project/commit/ad192f9f20ad48188b80855c085a0ad7266e0056.diff

LOG: [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).

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/JITLink/x86-64/MachO-check-dwarf-filename.s b/llvm/test/ExecutionEngine/JITLink/x86-64/MachO-check-dwarf-filename.s
index a2eee21a0761dd..df44ce996ecad1 100644
--- a/llvm/test/ExecutionEngine/JITLink/x86-64/MachO-check-dwarf-filename.s
+++ b/llvm/test/ExecutionEngine/JITLink/x86-64/MachO-check-dwarf-filename.s
@@ -2,7 +2,7 @@
 # RUN: llvm-jitlink -debug-only=orc -noexec -debugger-support %t.o 2>&1 | \
 # RUN:     FileCheck %s
 #
-# REQUIRES: asserts
+# REQUIRES: asserts && system-darwin
 #
 # Test that source file names can be indentified from DWARF line tables.
 


        


More information about the llvm-commits mailing list