We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52efd33 + 4c91627 commit 1ae676bCopy full SHA for 1ae676b
lldb/test/Shell/Settings/TestFrameFormatFunctionReturnObjC.test
@@ -2,8 +2,11 @@
2
# ${function.return-right} in languages that don't implement this frame
3
# format variable (in this case Objective-C).
4
#
5
+# link.exe will discard DWARF information.
6
+# REQUIRES: (system-windows && lld) || !system-windows
7
+#
8
# RUN: split-file %s %t
-# 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%}
10
# RUN: %lldb -x -b -s %t/commands.input %t.objc.out -o exit 2>&1 \
11
# RUN: | FileCheck %s
12
0 commit comments