Re: [lldb-dev] LLVM-C

2018-06-05 Thread Tim Northover via lldb-dev
Hi, On 5 June 2018 at 03:13, Giannis Zamanis via lldb-dev wrote: > I have tried using zero-sized type array as > the typical parameter in the function definition, but when i call the > function with a normal-sized array as argument it throws error due to > mismatch in types. I can't find a workar

[lldb-dev] LLVM-C

2018-06-04 Thread Giannis Zamanis via lldb-dev
Hello, I am writing a compiler using llvm-c api and i want to have variable-length arrays as arguments in functions.I have tried using zero-sized type array as the typical parameter in the function definition, but when i call the function with a normal-sized array as argument it throws error due