Parse libraries with memap-arm

pull/5103/head
Jimmy Brisson 2017-09-14 09:50:47 -05:00
parent 7b428916f5
commit 7eccec425f
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class MemapParser(object):
else: else:
RE_OBJECT_ARMCC = r'(.+\.l)\((.+\.o)\)' RE_OBJECT_ARMCC = r'(.+\.(l|ar))\((.+\.o)\)'
test_re_obj_name = re.match(RE_OBJECT_ARMCC, line) test_re_obj_name = re.match(RE_OBJECT_ARMCC, line)
if test_re_obj_name: if test_re_obj_name: