Displaying 20 results from an estimated 1100 matches similar to: "[LLVMdev] MCJIT"
2012 May 11
0
[LLVMdev] MCJIT
Hi Braxton,
I think it's very good. All of the ExecutionEngine tests pass. I'm not aware of any major defects.
I don't believe that the current implementation sets the permissions on JITed memory as you might wish. Namely, I think executable memory may be left writeable and data memory may be executable. The current interface is also somewhat limited. Basically, you pass a
2012 May 12
2
[LLVMdev] MCJIT
Can you also tell about inline-asm support in MCJIT for x86? I've been
trying to get it to work (my previous post: "JIT support for inline asm
on Linux"), I get an error:
> LLVM ERROR: Inline asm not supported by this streamer because we don't
> have an asm parser for this target
thanks,
ashok
On 5/11/2012 12:44 PM, Kaylor, Andrew wrote:
> Hi Braxton,
>
> I
2012 May 14
0
[LLVMdev] MCJIT
Inline asm should work in the MCJIT just as well as it does in statically compiled code. It's the same code path for both. The error you're seeing indicates that something isn't configured in a way the compiler understands.
-Jim
On May 12, 2012, at 10:48 AM, Ashok Nalkund wrote:
> Can you also tell about inline-asm support in MCJIT for x86? I've been
> trying to get it to
2012 May 14
2
[LLVMdev] MCJIT
I was able to get past the error by calling
InitializeNativeTargetAsmParser() in my code. Now I have a failure in
resolving external libraries, so looking into that (recompiled with
--enable-ffi but I now get an error LLVMgold.so not found).
Then I hda to disable the following code in
lib/Target/X86/X86CodeEmitter.cpp:
> case TargetOpcode::INLINEASM:
> // We allow inline
2012 May 14
0
[LLVMdev] MCJIT
On May 14, 2012, at 9:07 AM, Ashok Nalkund <ashoknn at qualcomm.com> wrote:
> I was able to get past the error by calling InitializeNativeTargetAsmParser() in my code. Now I have a failure in resolving external libraries, so looking into that (recompiled with --enable-ffi but I now get an error LLVMgold.so not found).
>
> Then I hda to disable the following code in
2010 Feb 02
2
DOS dir command on Samba share
Hi,
I was wondering if anyone could shed some light on a problem I am having with the DOS DIR command on a SMB share.
I have a batch script that copies files from one mapped network drive to another. To check that the copy has been sucsessful it creates two text files with the output of the command "dir /s <directory> | find "File"" on both directories.
We have
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
Thanks for the confirmation. From the assembly that was sent on the other
branch of the thread:
> .set .L.str, .L.str.hwasan-3458764513820540928
-3458764513820540928 = 0xd0 << 56
i.e. a "negative" tag.
So this appears to be the issue exactly.
Peter
On Mon, Jun 22, 2020 at 1:55 PM Derrick McKee <derrick.mckee at gmail.com>
wrote:
> Using lld fixes this issue.
>
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
I suspect that this is hitting the issue that I mentioned here:
https://reviews.llvm.org/D65857#1621335
We may need to do what I suggested there and restrict global tag entropy on
non-Android Linux to 7 bits. You can try working around this issue for now
by using lld as the linker (-fuse-ld=lld).
Peter
On Mon, Jun 22, 2020 at 1:37 PM Mitch Phillips via llvm-dev <
llvm-dev at
2020 Jun 09
2
Cross compile x64 to AArch64 issues
Hi,
I am trying to cross compile release-10.x to AArch64
(target=aarch64-linux-gnu), and the directions listed at [1] are not
completing the initial cmake step. I'm currently running Manjaro,
with the aarch64-linux-gnu package (and associated binutils, headers,
and glibc packages). My cmake command is
cmake -DCMAKE_CROSSCOMPILING=True -DCMAKE_INSTALL_PREFIX=`realpath
install`
2004 May 23
5
PRI problem???
I have just finished installing a new asterisk box at my work. The box is
quite hefty, dual Zeon 2.8s with SCSI drives and 2Gb of memory. I have a 4
port Digium T1 card for channel bank and PRI access.
I activated a PRI from a local CLEC (DMS-500 based, National protocol).
This PRI is on slot 2 of the card and is set as the primary timing source.
It is ESF/B8ZS.
All the software is latest
2004 May 28
3
Disable blind xfer
My SIP users need to transmit the "#" key as part of data entry. Asterisk
intercepts and initates a transfer function. I'm almost positive I've seen
this discussed somewhere, but none of my searches are finding it.
Anyone have a handy answer?
Tim McKee
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
Hi,
I am trying to execute a simple hello world program compiled like so:
path/to/compiled/clang -o test --target=aarch64-linux-gnu
-march=armv8.5-a -fsanitize=hwaddress
--sysroot=/usr/aarch64-linux-gnu/
-L/usr/lib/gcc/aarch64-linux-gnu/10.1.0/ -g test.c
However, when I look at the disassembly, there is an unknown
instruction listed at 0x2d51c:
000000000002d4c0 main:
2d4c0: ff c3 00 d1
2004 Nov 19
8
Error with wine-20041019
When I start a windows application using wine (currently wine-20041019)
on RedHat 9, I receive the following:
[jmmckee@server jmmckee]$ wine sol
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the
config file
err:wave:OSS_WaveOutInit /dev/mixer1: No such device
err:wave:OSS_WaveInInit
2006 Aug 02
3
Active Record
I want to build a one page finance calculator in Rails.
The form has several fields on it. When I press the calculate button
it will return to the same page with the answer. If there is an error
it will also return to the same page with the appropriate error
messages.
I want it to be able to
1. Carry over all the values on the form fields
2. Use the rails validation methods
How can I acheive
2006 Jun 25
3
Dummy field in a model
I want to have a field in model, which I''m not storing in a database.
And I want to do something like the following in the model code :
validates_format_of :field_NOT_in_db, :with => session[:field]
How can I do it ?
Thanks,
Pratik
--
rm -rf / 2>/dev/null - http://null.in
2007 Apr 24
1
E&M Wink start problem
Attempting to talk to an Eagle Telephonics switch at a disaster
exercise. Didn't think a plain old E&M wink start T1 would be this
much of an issue.
We finally got the Eagle to accept a call from *, but whilst I can
hear the person on the Eagle, they can't hear me. When they initiate
a dial out I only get the first 2 digits from their switch...
Does anyone have decent
2004 Dec 27
4
WineTools 2.0.8 released
Hi,
hope you had a merry christmas. I just released the next version of
WineTools with some minor improvements. You can download it at
http://www.von-thadden.de/Joachim/WineTools/.
WineTools is an menu driven installer for installing Windows programs
under wine. This software lets you install Windows software for Linux
under WINE:
* DCOM98
* IE6
* Windows Core Fonts
* Windows
2006 Jul 18
5
Ruby on rails local groups, everyone?
Hi ,
Just discover a interesting way to connect ror developers locallly.
http://www.citycita.org let groups of people who share same interests
to plan events and meet offline in local communities around the world.
The service is quite new but it seem to have an ROR Oslo community that
use it -
http://rubyonrails.citycita.org/22498/.
Worth a look !
--
Posted via http://www.ruby-forum.com/.
2003 Oct 30
2
critical problem
About every 10th call coming into my x1000p is not getting the audio it
should. You can see the messages scrolling on the console as they usually
would, playing the thankyou, then and menu messages. internal phones ring,
but when answered there is no audio. The caller gets a full volume echo
with about 1/2 second latency.
At first I thought it might be related to using the aggressive
2013 Aug 11
2
Re: Bridging Wireless Cards for KVM
Thanks! Unfortunately, I am running into the following issue when
attempting to use the generic ethernet configuration:
$ virsh -c qemu:///system create /tmp/generic.xml
error: Failed to create domain from /tmp/generic.xml
error: internal error process exited while connecting to monitor: kvm:
-netdev tap,id=hostnet0: could not configure /dev/net/tun: Operation not
permitted
kvm: -netdev