Leonardo2718 / lua-vermelha

A Lua implementation with an Eclipse OMR based JIT compiler
89 stars 8 forks source link

Update to the latest OMR so OS X will compile #27

Closed charliegracie closed 6 years ago

charliegracie commented 6 years ago

Clang does not appear to understand the -Wl,-E argument so I am removing it.

With the latest OMR I have verified that OS X now builds correctly and passes all of the tests in the test folder.

Signed-off-by: Charlie Gracie charlie.gracie@gmail.com