[llvm] aa8fe8f - [gn build] attempt again to unbreak linux after fc9696130c8
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 12:01:51 PDT 2021
Author: Nico Weber
Date: 2021-05-20T15:01:35-04:00
New Revision: aa8fe8fe6c7bc571fd7bc9e0630061212ec0dff3
URL: https://github.com/llvm/llvm-project/commit/aa8fe8fe6c7bc571fd7bc9e0630061212ec0dff3
DIFF: https://github.com/llvm/llvm-project/commit/aa8fe8fe6c7bc571fd7bc9e0630061212ec0dff3.diff
LOG: [gn build] attempt again to unbreak linux after fc9696130c8
Added:
Modified:
llvm/utils/gn/build/symbol_exports.py
Removed:
################################################################################
diff --git a/llvm/utils/gn/build/symbol_exports.py b/llvm/utils/gn/build/symbol_exports.py
index a5d1abbe5315..7f5a4e9ca39a 100755
--- a/llvm/utils/gn/build/symbol_exports.py
+++ b/llvm/utils/gn/build/symbol_exports.py
@@ -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:
More information about the llvm-commits
mailing list