summaryrefslogtreecommitdiffstats
path: root/libcxx/utils
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils')
-rw-r--r--libcxx/utils/libcxx/sym_check/extract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/libcxx/sym_check/extract.py b/libcxx/utils/libcxx/sym_check/extract.py
index 6089ec2342a..07299891792 100644
--- a/libcxx/utils/libcxx/sym_check/extract.py
+++ b/libcxx/utils/libcxx/sym_check/extract.py
@@ -160,7 +160,7 @@ class ReadElfExtractor(object):
'type': parts[3],
'is_defined': (parts[6] != 'UND')
}
- assert new_sym['type'] in ['OBJECT', 'FUNC', 'NOTYPE']
+ assert new_sym['type'] in ['OBJECT', 'FUNC', 'NOTYPE', 'TLS']
if new_sym['name'] in extract_ignore_names:
continue
if new_sym['type'] == 'NOTYPE':
OpenPOWER on IntegriCloud