projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d138630
)
Fix macro redefinition warnings for _LIBCPP_NO_RTTI
author
Eric Fiselier
<eric@efcs.ca>
Thu, 4 May 2017 01:06:54 +0000
(
01:06
+0000)
committer
Eric Fiselier
<eric@efcs.ca>
Thu, 4 May 2017 01:06:54 +0000
(
01:06
+0000)
llvm-svn: 302099
libcxx/include/__config
patch
|
blob
|
history
diff --git
a/libcxx/include/__config
b/libcxx/include/__config
index
ee46860
..
598015c
100644
(file)
--- a/
libcxx/include/__config
+++ b/
libcxx/include/__config
@@
-314,7
+314,7
@@
typedef __char32_t char32_t;
#define _LIBCPP_NO_EXCEPTIONS
#endif
-#if !(__has_feature(cxx_rtti))
+#if !(__has_feature(cxx_rtti))
&& !defined(_LIBCPP_NO_RTTI)
#define _LIBCPP_NO_RTTI
#endif