[all-commits] [llvm/llvm-project] 60605a: Set LLVM_HAS_RVALUE_REFERENCE_THIS when __GNUC__ i...
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Oct 13 23:17:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60605a2b8fa2a1364803971e83ac829957298d40
https://github.com/llvm/llvm-project/commit/60605a2b8fa2a1364803971e83ac829957298d40
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-10-13 (Wed, 13 Oct 2021)
Changed paths:
M llvm/include/llvm/Support/Compiler.h
Log Message:
-----------
Set LLVM_HAS_RVALUE_REFERENCE_THIS when __GNUC__ is defined
gcc does not support __has_feature(), so this was accidentally changed
in D111581 when compiling with gcc.
More information about the All-commits
mailing list