File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lldb/test/API/functionalities/unwind/frameless-faulted Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11C_SOURCES := main.c
22
33interrupt-and-trap-funcs.o : interrupt-and-trap-funcs.s
4- $(CC ) $( CFLAGS ) -E -o interrupt-and-trap-funcs.s $(SRCDIR ) /interrupt-and-trap-funcs.s
4+ $(CPP ) -o interrupt-and-trap-funcs.s $(SRCDIR ) /interrupt-and-trap-funcs.s
55 $(CC ) $(CFLAGS ) -c -o interrupt-and-trap-funcs.o interrupt-and-trap-funcs.s
66
77include Makefile.rules
Original file line number Diff line number Diff line change 1010class TestUnwindFramelessFaulted (TestBase ):
1111 NO_DEBUG_INFO_TESTCASE = True
1212
13- @skipIf (oslist = no_match ([lldbplatformutil .getDarwinOSTriples ()]))
13+ @skipIf (oslist = no_match ([lldbplatformutil .getDarwinOSTriples (), "linux" ]))
1414 @skipIf (archs = no_match (["aarch64" , "arm64" , "arm64e" ]))
1515
1616 # The static linker in Xcode 15.0-15.2 on macOS 14 will mislink
You can’t perform that action at this time.
0 commit comments