Displaying 5 results from an estimated 5 matches for "antonsmirnov".
2014 Sep 18
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
...rward to checking out the bug reports.
>
Sure, just let me remove unneeded source code from my ios app and clean-up
my build scripts for lli static lib.
>
> Good luck!
>
>
Regards, Anton.
> - Lang.
>
>
>
> On Thu, Sep 18, 2014 at 11:14 AM, Anton Smirnov <dev at antonsmirnov.name>
> wrote:
>
>> Hi, Lang.
>>
>> Thanks for clarification. I will check out current branch tomorrow and
>> report you back.
>> Most likely i will create bug issue with cleaned sources for static lib
>> and test ios app.
>>
>> Actually i...
2014 Sep 18
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
...gt; Don't hesitate to file bugs for any issues you run in to on the
> development branch - the more test cases we have the easier it will be to
> get MachO/ARM fully supported in MCJIT.
>
> Regards,
> Lang.
>
>
> On Wed, Sep 17, 2014 at 12:11 PM, Anton Smirnov <dev at antonsmirnov.name>
> wrote:
>
>> I've also tried the next combination:
>> true, // ForceInterpreter
>> false, // UseMCJIT
>> and ios app just crashed with no output
>>
>> 2014-09-18 0:47 GMT+06:00 Anton Smirnov <dev at antonsmirnov.name>:
>>
>>&...
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
I've also tried the next combination:
true, // ForceInterpreter
false, // UseMCJIT
and ios app just crashed with no output
2014-09-18 0:47 GMT+06:00 Anton Smirnov <dev at antonsmirnov.name>:
> Hey.
>
> I've checked out LLVM/Clang 3.5 and modified my static libs source code to
> use the latest llvm/clang sources.
> Also i'm trying triple ""arm64-apple-ios7.0"" now as it's wriiten in 3.5
> release notes.
>
> I'm havin...
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
Both Clang/LLVM 3.4 -> Clang/LLVM 3.5
And i will also try using MCJIT.
2014-09-17 18:56 GMT+06:00 Anton Smirnov <dev at antonsmirnov.name>:
> Hi, Tim.
>
> I've used Clang 3.4 final release and now i'm going to test it with 3.5
> release (since i've read about arm64 improvements).
> I will report my results.
>
> BTW, is it possible to get smth like "hello world" output even with appl...
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
Hi Anton,
I've added the llvmdev list, since the issues you're seeing are coming
from the backend, which is more their side.
On 17 September 2014 08:43, Anton Smirnov <dev at antonsmirnov.name> wrote:
> i've changed lli arguments to the next (instead of default):
>
> return llvm_interpret(
> InputFile,
> std::vector<std::string>(),
> false, // ForceInterpreter
> false, // UseMCJIT
> [...]
> Now i'm having:
>
> Unhandl...