[llvm] r202585 - [C++11] Now that we're not using it, remove the
Chandler Carruth
chandlerc at gmail.com
Sat Mar 1 02:31:48 PST 2014
Author: chandlerc
Date: Sat Mar 1 04:31:48 2014
New Revision: 202585
URL: http://llvm.org/viewvc/llvm-project?rev=202585&view=rev
Log:
[C++11] Now that we're not using it, remove the
LLVM_HAS_RVALUE_REFERENCES macro.
Modified:
llvm/trunk/include/llvm/Support/Compiler.h
Modified: llvm/trunk/include/llvm/Support/Compiler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Compiler.h?rev=202585&r1=202584&r2=202585&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Compiler.h (original)
+++ llvm/trunk/include/llvm/Support/Compiler.h Sat Mar 1 04:31:48 2014
@@ -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
More information about the llvm-commits
mailing list