Fix an indent.

This commit is contained in:
Nico Weber
2020-04-13 11:53:23 -04:00
parent 40f7ab507b
commit a59ba3384e

View File

@@ -171,7 +171,7 @@ def calculate_arch_features(arch_string):
llvm_config.feature_config(
[('--assertion-mode', {'ON': 'asserts'}),
('--cxxflags', {r'-D_GLIBCXX_DEBUG\b': 'libstdcxx-safe-mode'}),
('--targets-built', calculate_arch_features)
('--targets-built', calculate_arch_features),
])
if lit.util.which('xmllint'):