Skip to content

Commit 1ae676b

Browse files
author
git apple-llvm automerger
committed
Merge commit '4c916273041f' from llvm.org/main into next
2 parents 52efd33 + 4c91627 commit 1ae676b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lldb/test/Shell/Settings/TestFrameFormatFunctionReturnObjC.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
# ${function.return-right} in languages that don't implement this frame
33
# format variable (in this case Objective-C).
44
#
5+
# link.exe will discard DWARF information.
6+
# REQUIRES: (system-windows && lld) || !system-windows
7+
#
58
# RUN: split-file %s %t
6-
# RUN: %clang_host -g -gdwarf %t/main.m -o %t.objc.out
9+
# RUN: %clang_host -g -gdwarf %t/main.m -o %t.objc.out %if system-windows %{-fuse-ld=lld%}
710
# RUN: %lldb -x -b -s %t/commands.input %t.objc.out -o exit 2>&1 \
811
# RUN: | FileCheck %s
912

0 commit comments

Comments
 (0)