summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJF Bastien <jfbastien@apple.com>2019-08-14 17:57:20 +0000
committerJF Bastien <jfbastien@apple.com>2019-08-14 17:57:20 +0000
commit12f5a2807ef4dc8c82be29586a067aafa8aa41f4 (patch)
tree6309090485260202310db7908935037d25391dff
parentf6db75c39b413bc7c68f6205f2ace5f756eb3258 (diff)
downloadbcm5719-llvm-12f5a2807ef4dc8c82be29586a067aafa8aa41f4.tar.gz
bcm5719-llvm-12f5a2807ef4dc8c82be29586a067aafa8aa41f4.zip
Remove now useless C++1y flag
As of D66195 we support C++14 by default. llvm-svn: 368890
-rw-r--r--llvm/cmake/modules/HandleLLVMOptions.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake
index a493f1dde88..57682788dc5 100644
--- a/llvm/cmake/modules/HandleLLVMOptions.cmake
+++ b/llvm/cmake/modules/HandleLLVMOptions.cmake
@@ -20,8 +20,6 @@ endif()
set(LLVM_CXX_STD_default "c++14")
# Preserve behaviour of legacy cache variables
-if (LLVM_ENABLE_CXX1Y)
- set(LLVM_CXX_STD_default "c++1y")
elseif (LLVM_ENABLE_CXX1Z)
set(LLVM_CXX_STD_default "c++1z")
endif()
OpenPOWER on IntegriCloud