]> granicus.if.org Git - llvm/commit
[ORC] Work around broken GCC/libstdc++ by adding an explicit conversion.
authorLang Hames <lhames@gmail.com>
Mon, 5 Aug 2019 20:30:35 +0000 (20:30 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 5 Aug 2019 20:30:35 +0000 (20:30 +0000)
commit85303828fbc2f75054b4e212847048b756fafedd
treef7e0ee10001a962b9ae62ec643c6ce3841166fb4
parent37dbc4c92ea8161aafd06f1740b0c8d1ed4edb5d
[ORC] Work around broken GCC/libstdc++ by adding an explicit conversion.

This should fix the bots that have been failing due to r367712.

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