forked from OSchip/llvm-project
Fix an indent.
This commit is contained in:
parent
40f7ab507b
commit
a59ba3384e
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue