summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2019-06-23 00:17:14 +0000
committerEric Fiselier <eric@efcs.ca>2019-06-23 00:17:14 +0000
commitbc85dbe2ba7af6cd0664729e4f1f42f9c1bd5209 (patch)
treefb799e5db623c6258cae4b8d1d006650d48870d5
parent64b0924531cc113029a3b738e9a3c2091e1740b3 (diff)
downloadbcm5719-llvm-bc85dbe2ba7af6cd0664729e4f1f42f9c1bd5209.tar.gz
bcm5719-llvm-bc85dbe2ba7af6cd0664729e4f1f42f9c1bd5209.zip
Disable -Wignored-attributes for now
llvm-svn: 364142
-rw-r--r--libcxx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt
index 50ccbf6c426..dde769dce7a 100644
--- a/libcxx/CMakeLists.txt
+++ b/libcxx/CMakeLists.txt
@@ -582,6 +582,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
-Wno-deprecated # FIXME: Remove this and fix all occurrences.
-Wno-shift-sign-overflow # FIXME: Why do we need this with clang-cl but not clang?
-Wno-double-promotion # FIXME: remove me
+ -Wno-ignored-attributes # FIXME: Caused by _LIBCPP_NODEBUG_TYPE not being supported on older clangs
)
endif()
elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU")
OpenPOWER on IntegriCloud