Skip to content

Commit 900674f

Browse files
committed
Review comments. Round 4.
1 parent 201c19d commit 900674f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/symbolicate-linux-fatal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
from __future__ import print_function
2626

2727
import argparse
28-
import lldb
2928
import subprocess
3029

30+
import lldb
31+
3132

3233
def process_ldd(lddoutput):
3334
dyn_libs = {}

0 commit comments

Comments
 (0)