Displaying 2 results from an estimated 2 matches for "magdsick".
2005 Oct 01
2
[fwd] Re: [LLVMdev] Hash Bang
...dence on the math library, but the shell script had a
-load=/usr/lib/libm.so correctly added. If the deplibs field were
updated correctly, perhaps LLI could automatically search the standard
system paths for such libraries.
Anyone else have any thoughts on this?
----- Forwarded message from Karl Magdsick <kmagnum at gmail.com> -----
Date: Sat, 1 Oct 2005 07:33:06 -0400
From: Karl Magdsick <kmagnum at gmail.com>
To: Misha Brukman <brukman at cs.uiuc.edu>
Subject: Re: [LLVMdev] Hash Bang
Reply-To: Karl Magdsick <kmagnum at gmail.com>
Thanks for the input. It seems I should...
2005 Oct 01
1
[LLVMdev] Hash Bang
Currently, llvm bytecode files must begin with llvm\d where \d = {0,1,2}.
Have you considered allowing a "hash bang path" to precede the llvm
magic number?
This would allow llvm modules to be executable on UNIX systems (and
under cygwin).
Would the community find this useful? I like the idea of
platform-independent binaries
being able to masquerade as native executibles.
I'm