OSDN Git Service

[ORC] Don't fully qualify explicit destructor call -- it confuses some compilers.
authorLang Hames <lhames@gmail.com>
Tue, 20 Mar 2018 05:56:58 +0000 (05:56 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 20 Mar 2018 05:56:58 +0000 (05:56 +0000)
commit0dadf10b4a7e59a808c355a4a469922536dbccd9
treee7c7e97bb50e1a1cdeb3a704403f18490079fdf9
parentd13390062298cadc7e7ab702b03c5cd759d5cc0d
[ORC] Don't fully qualify explicit destructor call -- it confuses some compilers.

This should fix the builder failure at
http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/19224

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327955 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Orc/Core.cpp