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.
1 parent ae9efcc commit 99e2d2bCopy full SHA for 99e2d2b
scripts/generate_target_board
@@ -64,7 +64,7 @@ def main(argv):
64
one_target_board = generate_one_target_board(extra_test, "", options)
65
target_board_list.append(one_target_board)
66
else:
67
- arch_abi = extra_test[:idx - 1]
+ arch_abi = extra_test[:idx]
68
flags = extra_test[idx + 1:]
69
70
for flag in flags.split(","):
0 commit comments