llvm-lua icon indicating copy to clipboard operation
llvm-lua copied to clipboard

Automatically exported from code.google.com/p/llvm-lua

Results 7 llvm-lua issues
Sort by recently updated
recently updated
newest added

Can we use lua build by package manager like apt/apk ?

I am not sure if may I misunderstood something, as I don't do this often, but when I try compiling `cmake` works, but when I try calling `make` is fatally...

Hi, generating LLVM bitcode leads to the following errors: ``` C:\Users\User\Documents\Visual Studio 2015\Projects\llvm-lua\Debug>"C:\Users\User\Documents\Visual Studio 2015\Projects\llvm-lua\Debug\llvm-luac.exe" -bc "C:\Users\User\Documents\Visual Studio 2015\Projects\llvm-lua\llvm-luac\tests\nums.lua" Stack dump: 0. Program arguments: C:\Users\User\Documents\Visual Studio 2015\Projects\llvm-lua\Debug\llvm-luac.exe -bc C:\Users\User\Documents\Visual Studio...

``` What steps will reproduce the problem? 1. Fresh clean build of llvm from source 2. Fresh clean build of clang-3.1 from source 3. Build llvm-lua from trunk using above...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. cmake .. 2. make 3. error What is the expected output? What do you see instead? LLVM compiles What version of the...

Priority-Medium
Type-Defect
auto-migrated

``` Publish LLV Lua Performance Benchmarks. E.g. see LuaJIT performance benchmarks: http://luajit.org/performance.html ``` Original issue reported on code.google.com by `[email protected]` on 28 Apr 2010 at 5:38

auto-migrated
Priority-Low
Type-Enhancement

``` I know there is a Wiki entry how to cross-compile lua-llvm for arm target. But I'm struggling with several parameters for CMAKE to compile it correctly. CROSS_CPU=arm1136j-s

auto-migrated
Priority-Low
Type-Enhancement