Skip to content

Commit c290e55

Browse files
committed
fix test
1 parent b957cc0 commit c290e55

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lldb/test/API/functionalities/unwind/frameless-faulted/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
C_SOURCES := main.c
22

33
interrupt-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
5-
$(CC) $(CFLAGS) -c -o interrupt-and-trap-funcs.o interrupt-and-trap-funcs.s
4+
$(CC) -x assembler-with-cpp $(CFLAGS) -c -o $@ $<
65

76
include Makefile.rules
87

lldb/test/API/functionalities/unwind/frameless-faulted/interrupt-and-trap-funcs.s

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,5 @@ BREAK_TO_DEBUGGER:
129129
// retrieve the value if it wants.
130130
.cfi_same_value ehframe_x0
131131

132-
brk #0xf000 // __builtin_debugtrap aarch64 instruction
133-
134132
ret
135133
.cfi_endproc

0 commit comments

Comments
 (0)