diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2020-04-27 13:46:56 -0700 |
---|---|---|
committer | Nick Desaulniers <ndesaulniers@google.com> | 2020-04-27 13:47:00 -0700 |
commit | 59acdf0aca10b78c5d3885f9721779585593074a (patch) | |
tree | a3df9a1e2c16d2cbf728dc5800f237a9b01c09c7 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 612720db874d06a50b793c301e5b3b857e3e7c70 (diff) | |
download | llvm-59acdf0aca10b78c5d3885f9721779585593074a.zip llvm-59acdf0aca10b78c5d3885f9721779585593074a.tar.gz llvm-59acdf0aca10b78c5d3885f9721779585593074a.tar.bz2 |
fix D78849 for g++ < 7.1
Summary:
Looks like g++ < 7.1 has a bug resolving calls to member functions without
`this->` in lamdas with `auto` types. It looks like multiple build bots are
using g++-5.
https://stackoverflow.com/questions/32097759/calling-this-member-function-from-generic-lambda-clang-vs-gcc
https://godbolt.org/z/MiaRt-
Reviewers: MaskRay, efriedma, jyknight, craig.topper, rsmith
Reviewed By: rsmith
Subscribers: hiraditya, llvm-commits, srhines
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D78962
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions