summaryrefslogtreecommitdiff
path: root/libcxx/utils/generate_feature_test_macro_components.py
diff options
context:
space:
mode:
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>2022-02-01 20:16:40 -0500
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>2022-02-04 12:27:19 -0500
commitfa6b9e401085c0a210daf81ae79af6dd0144f129 (patch)
tree59c606f21dd9365a842dada00ab1cfa881a3f99f /libcxx/utils/generate_feature_test_macro_components.py
parent55cd727c9ad1f2924cb43d7316b5cc050422e441 (diff)
downloadllvm-fa6b9e401085c0a210daf81ae79af6dd0144f129.tar.gz
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
Now we'll notice if a header forgets to include this magic phrase. Differential Revision: https://reviews.llvm.org/D118800
Diffstat (limited to 'libcxx/utils/generate_feature_test_macro_components.py')
-rwxr-xr-xlibcxx/utils/generate_feature_test_macro_components.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/generate_feature_test_macro_components.py b/libcxx/utils/generate_feature_test_macro_components.py
index 7b2fc0b62194..bab35787b87d 100755
--- a/libcxx/utils/generate_feature_test_macro_components.py
+++ b/libcxx/utils/generate_feature_test_macro_components.py
@@ -895,7 +895,7 @@ def produce_version_header():
#include <__config>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
// clang-format off