diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-03-04 12:28:12 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-03-04 12:28:12 +0000 |
| commit | 065c1abc5ee4c47230585e11f3938d2719e11640 (patch) | |
| tree | 66f7c2f0250c5ea23fe6e0a70c1c47bab223ba38 /libcxx/utils | |
| parent | 6406f983421b29796b7d4e124a7a202ace169672 (diff) | |
| download | bcm5719-llvm-065c1abc5ee4c47230585e11f3938d2719e11640.tar.gz bcm5719-llvm-065c1abc5ee4c47230585e11f3938d2719e11640.zip | |
Fix nonsense comment
llvm-svn: 296965
Diffstat (limited to 'libcxx/utils')
| -rw-r--r-- | libcxx/utils/libcxx/test/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py index d85db0e197e..d21fc94030c 100644 --- a/libcxx/utils/libcxx/test/config.py +++ b/libcxx/utils/libcxx/test/config.py @@ -401,7 +401,8 @@ class Configuration(object): if self.is_windows: self.config.available_features.add('windows') - # Attempt to detect the glibc version by querying + # Attempt to detect the glibc version by querying for __GLIBC__ + # in 'features.h'. macros = self.cxx.dumpMacros(flags=['-include', 'features.h']) if macros is not None and '__GLIBC__' in macros: maj_v, min_v = (macros['__GLIBC__'], macros['__GLIBC_MINOR__']) |

