[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:
Ahmed Bougacha
2016-01-04 19:35:40 +00:00
parent f3e2a7180a
commit 2320439eb9

View File

@@ -62,7 +62,7 @@ class DarwinLocalTI(DefaultTargetInfo):
super(DarwinLocalTI, self).__init__(full_config) super(DarwinLocalTI, self).__init__(full_config)
def add_locale_features(self, features): 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): def add_cxx_compile_flags(self, flags):
try: try: