1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

[gn build] attempt again to unbreak linux after fc9696130c8

This commit is contained in:
Nico Weber 2021-05-20 15:01:35 -04:00
parent 8f7f747cf3
commit 77abe655fc

View File

@ -30,7 +30,7 @@ def main():
output_lines += ([' global:\n',] +
[' %s;\n' % s.rstrip() for s in symbols])
output_lines += [' local: *;\n',
'}\n']
'};\n']
elif args.format == 'mac':
output_lines = ['_' + s for s in symbols]
else: