[libcxx] Fix typo in darwin target_info.py introduced by r256621.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@256772 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user