OSDN Git Service

[lli] Fix syntax error: missing ';'
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Apr 2018 08:35:00 +0000 (08:35 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Sun, 22 Apr 2018 08:35:00 +0000 (08:35 +0000)
commita9bcdb1ff3a8a0f1f73f1643747785327555dbfa
tree8e32e8d2ffcbe552508187226111d136cb3bf1ae
parentf79bdbd66720b144dbc8457182604cd30d8d1480
[lli] Fix syntax error: missing ';'

Fixes build issue on the windows bots:
  error C2143: syntax error: missing ';'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330538 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lli/lli.cpp