mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Fix an indent.
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user