Skip to content

Commit

Permalink
[gn build] attempt again to unbreak linux after fc96961
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed May 20, 2021
1 parent f3f592a commit aa8fe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/gn/build/symbol_exports.py
Expand Up @@ -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:
Expand Down

0 comments on commit aa8fe8f

Please sign in to comment.