From: Chandler Carruth Date: Sat, 1 Mar 2014 10:31:48 +0000 (+0000) Subject: [C++11] Now that we're not using it, remove the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a42d213c08486ab2817ef99ce3aa0ce0fb2c701;p=oota-llvm.git [C++11] Now that we're not using it, remove the LLVM_HAS_RVALUE_REFERENCES macro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202585 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Compiler.h b/include/llvm/Support/Compiler.h index 9d273a68c66..f87d797ad23 100644 --- a/include/llvm/Support/Compiler.h +++ b/include/llvm/Support/Compiler.h @@ -56,9 +56,6 @@ #define LLVM_MSC_PREREQ(version) 0 #endif -/// \brief We require the host compiler to support r-value references. -#define LLVM_HAS_RVALUE_REFERENCES 1 - /// \brief Does the compiler support r-value reference *this? /// /// Sadly, this is separate from just r-value reference support because GCC