[Orc] Tweak lambda capture lists to try to avoid an ICE on gcc-4.7.2. NFC.
authorLang Hames <lhames@gmail.com>
Mon, 9 Feb 2015 07:22:56 +0000 (07:22 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 9 Feb 2015 07:22:56 +0000 (07:22 +0000)
commit9759a273fd6791963b60db369a3c0723e8dbcc1a
tree67a9e0526ed92deec10ce4ed1984fcfe4f0a586f
parent522cf235e9fb150526a8422a5916a5dd378eef2e
[Orc] Tweak lambda capture lists to try to avoid an ICE on gcc-4.7.2. NFC.

Apparently gcc-4.7.2 is touchy about 'this' appearing in a lambda capture list
along with other captures. I've rewritten my captures to try to avoid the issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228567 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h