Skip to content

Commit a00392e

Browse files
committed
and format
1 parent cd3d787 commit a00392e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/test/API/functionalities/thread/step_until/TestStepUntilAPI.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ def _build_dict_for_discontinuity(self):
2222
CFLAGS_EXTRAS="-funique-basic-block-section-names "
2323
+ "-ffunction-sections -fbasic-block-sections=list="
2424
+ self.getSourcePath("function.list"),
25-
LD_EXTRAS="-Wl,--script="
26-
+ self.getSourcePath("symbol.order"),
25+
LD_EXTRAS="-Wl,--script=" + self.getSourcePath("symbol.order"),
2726
)
2827

2928
def _do_until(self, build_dict, args, until_line, expected_line):

0 commit comments

Comments
 (0)