mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5103 from theotherjimmy/fix-memap-libs
Parse libraries with memap-armpull/5138/head
commit
a9bd33e51e
|
|
@ -269,7 +269,7 @@ class MemapParser(object):
|
|||
|
||||
else:
|
||||
|
||||
RE_OBJECT_ARMCC = r'(.+\.l)\((.+\.o)\)'
|
||||
RE_OBJECT_ARMCC = r'(.+\.(l|ar))\((.+\.o)\)'
|
||||
test_re_obj_name = re.match(RE_OBJECT_ARMCC, line)
|
||||
|
||||
if test_re_obj_name:
|
||||
|
|
|
|||
Loading…
Reference in New Issue