summaryrefslogtreecommitdiff
path: root/include/llvm/Support
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-01 10:57:19 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-01 10:57:19 +0000
commit73bbab9d755b7b196a0ba6a41caf9391a1d0abdf (patch)
tree50398373e62bb4b46882decf1adc4c7071c6236d /include/llvm/Support
parentf07a95af8c2f54679f4a00a67caa0f94c2e79088 (diff)
downloadllvm-73bbab9d755b7b196a0ba6a41caf9391a1d0abdf.tar.gz
llvm-73bbab9d755b7b196a0ba6a41caf9391a1d0abdf.tar.bz2
llvm-73bbab9d755b7b196a0ba6a41caf9391a1d0abdf.tar.xz
[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202587 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r--include/llvm/Support/Compiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Support/Compiler.h b/include/llvm/Support/Compiler.h
index 9c7c827d8f..2a3a1f46be 100644
--- a/include/llvm/Support/Compiler.h
+++ b/include/llvm/Support/Compiler.h
@@ -68,12 +68,6 @@
#define LLVM_HAS_RVALUE_REFERENCE_THIS 0
#endif
-/// \macro LLVM_HAS_CXX11_STDLIB
-/// \brief Does the compiler have the C++11 standard library.
-///
-/// Implies LLVM_HAS_RVALUE_REFERENCES, LLVM_HAS_CXX11_TYPETRAITS
-#define LLVM_HAS_CXX11_STDLIB 1
-
/// \macro LLVM_HAS_VARIADIC_TEMPLATES
/// \brief Does this compiler support variadic templates.
///