forked from OSchip/llvm-project
[libcxx] Fix typo in darwin target_info.py introduced by r256621.
llvm-svn: 256772
This commit is contained in:
parent
6bed719775
commit
4d315f1300
|
@ -62,7 +62,7 @@ class DarwinLocalTI(DefaultTargetInfo):
|
|||
super(DarwinLocalTI, self).__init__(full_config)
|
||||
|
||||
def add_locale_features(self, features):
|
||||
add_common_locales(feature, self.full_config.lit_config)
|
||||
add_common_locales(features, self.full_config.lit_config)
|
||||
|
||||
def add_cxx_compile_flags(self, flags):
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue