]> granicus.if.org Git - clang/commit
[CMake] Add option to switch default C++ stdlib
authorJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Fri, 12 Feb 2016 07:48:37 +0000 (07:48 +0000)
committerJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Fri, 12 Feb 2016 07:48:37 +0000 (07:48 +0000)
commit1b363a46f7845c67019f432f429f96cf64a99f4e
treee19cfd13efd85665a2fb2956e133d3364edeacc1
parent4773245d342f56d9972ef0f11f5aad3baf31bfd4
[CMake] Add option to switch default C++ stdlib

With this option one can optionally override the architecture dependent
default library to use if no -stdlib= is provided on compiler invocation.

Differential Revision: http://reviews.llvm.org/D15920

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260662 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
include/clang/Config/config.h.cmake
include/clang/Config/config.h.in
include/clang/Driver/ToolChain.h
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h