[PATCH] D119383: [clang][CMake] Add a warning about the Standalone build being deprecated
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 9 15:49:49 PST 2022
MaskRay added inline comments.
================
Comment at: clang/CMakeLists.txt:16
if(CLANG_BUILT_STANDALONE)
set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ standard to conform to")
set(CMAKE_CXX_STANDARD_REQUIRED YES)
----------------
For the main branch, we can delete this block.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119383/new/
https://reviews.llvm.org/D119383
More information about the cfe-commits
mailing list