similar to: [LLVMdev] Native build clarification

Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] Native build clarification"

2011 May 14
0
[LLVMdev] Native build clarification
On Fri, May 13, 2011 at 2:20 PM, Hans Stimer <hans.stimer at gmail.com> wrote: > It appears that when you link bitcode files into a native executable using > llvm-ld, that gcc is used for the final step. > > I would like to create a tool that creates native executables without > requiring gcc/clang. Is that currently supported with llvm? > To create executables, LLVM
2011 May 14
2
[LLVMdev] Native build clarification
It's not so easy to create a linker that has all the bells and whistles, especially on windows. You have to look at the totality of options, linker files, shared objects, etc. It's not a weekend project. If you want to read the elf manual and gnu ld and then write a new one you could do that. Clang can easily be fixed to incorporate it either as a default or as an optional linker. The
2011 May 14
0
[LLVMdev] Native build clarification
It looks like someone got started on this project: http://www.llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf Does anyone know what kind of progress has been made? On Sat, May 14, 2011 at 9:10 AM, Reed Kotler <rkotler at mips.com> wrote: > It's not so easy to create a linker that has all the bells and whistles, > especially on windows. > You have to look at the totality of
2011 May 14
1
[LLVMdev] Native build clarification
It looks like it is kind of stalled: ~/extern/llvm.head/lib/Object $ svn log On Sat, May 14, 2011 at 11:07 AM, Hans Stimer <hans.stimer at gmail.com> wrote: > It looks like someone got started on this project: > > http://www.llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf > > Does anyone know what kind of progress has been made? > > > On Sat, May 14, 2011 at 9:10
2011 Sep 24
3
[LLVMdev] Native linker
Is there a native linker in the roadmap so that there isn't a dependency on binutils? Is it considered out of scope? It seems to me that I saw mention of someone starting such a project a while ago. Did it ever get anywhere? Was there a particular reason why it wasn't folded into llvm as an official project? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Sep 25
0
[LLVMdev] Native linker
Hi Hans, There was a presentation at last year's DevMeeting.  See http://www.llvm.org/devmtg/2010-11/ and look for the presentation on Object Files by Michael Spencer.  As for the news, we haven't heard much here either. --Sam >________________________________ >From: Hans Stimer <hans.stimer at gmail.com> >To: LLVMdev at cs.uiuc.edu >Sent: Saturday, September 24, 2011
2011 May 12
3
[LLVMdev] Docs/examples
Are there examples on doing the following? 1) Creating stand alone executables 2) Making system calls 3) Creating debug info Obviously clang does all this, but I was hoping for something less complex. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110512/ba62fcfc/attachment.html>
2004 Jul 14
1
SMDR/CDR - Asterisk integration - Clarification
Folks! Let me clarify something to the Asterisk community about the CDR tool. 1) This is *not* my code to start with. I picked the original code from this forum here... http://www.voip-info.org/tiki-index.php?page=Asterisk%20CDR%20Areski%20GUI 2) The original code was not working (for most part, as the MySql portion has bugs) and I fixed this and added a few bells and whistles. 3) The
2015 Mar 19
2
Samba AD DC and browsing of shares
Hi! I know it is not right to have users' home directories and shared maps on DC, but - is there any workaround which could enable browsing of shares on Samba4 (4.2) AD DC like it was in good ole times of Samba3 DC? I heard some workaround exists, but with no details an further references. Is it crucial to have AD DC if I have to join Windows 7, 8, 8.1 to the domain and do not plan to
2004 Aug 27
4
samba multiple instances
Hi ! I want to run 2 samba instances on my linux server. the server has 2 ip adresses and i made 2 different smb.conf`s (2 different netbios-names/workgroups bound to specific interfaces - params "interfaces" , "bind interfaces only" and "socket address") furthermore i cloned the start/stopscripts (cp smb/nmb to smb2/nmb2) to use that different smb.conf`s. but that
2015 Jun 10
3
C5 : Firefox 38 bug
I displayed, as a web page, a list of search results created in PHP, from MySQL. Firefox prevents me looking at the web page's source coding. Right-click, view source, produces this display:- "Document Expired "This document is no longer available. "The requested document is not available in Firefox's cache. " As a security precaution, Firefox does not
2005 Sep 22
13
Recommendation On Ping And Alert Tool
A bit off topic, but I keep looking for an answer to this question and coming up with nothing... so I thought I would go to the gurus. :-) Can anyone recommend a good package for pinging other devices and sending an email/alert when they go down? I'm aware of all kinds of more complex things with GUIs and a zillion other bells and whistles we aren't looking for, but we just want a simple
2019 Oct 15
3
Browser doesnt work
On Tue, 15 Oct 2019, Nicolas Kovacs wrote: > CentOS is a desktop distribution in the sense that chickens fly and horses > swim. Of course you can turn it into a full-blown bells-and-whistles desktop > by fine-tuning the configuration and adding lots of third-party stuff. I've > done this myself for years, here for example: > >
2010 Apr 28
2
JRI API: sourcing from Java String
Hi all, I have been using 'source(filename)' to load R code from a file object. However, now I have a special case where I don't have a file since I am loading an R script from a Jar file. I would like to avoid creating temporary files. Is there a way to use the 'source' command with a Java String? Are there any other, better ways to do that? Ralf
2007 Apr 27
4
Guide to porting to non-unix like systems?
Hi, I'd like to get a rough idea on how much work it would be to port Samba to a non-unix platform. My plan was to use a slimmed-down samba to read and write files on a particularly unfriendly piece of proprietary hardware we use at work. I'm fine with a minimalistic samba as this port would be for internal, single-developer use and not intended for file serving in general. Here are some
2004 Dec 16
3
Centos as a desktop
Hello all, What are the disadvantages (if any) of using CentOS as a desktop (as it is seen more like a server oriented distro being a clone of RHEL) Best wishes, J
2011 May 12
0
[LLVMdev] Docs/examples
On Thu, May 12, 2011 at 3:57 PM, Hans Stimer <hans.stimer at gmail.com> wrote: > Are there examples on doing the following? > 1) Creating stand alone executables You can try looking at tools/llc/llc.cpp for how to make an object file from IR... as for making an executable, I would suggest actually just invoking clang, since it knows how to call the system linker. > 2) Making
2005 Apr 28
3
PXE-booting Xen using PXELINUX
Hi all, A number of people have posted to the Xen lists recently wanting to network-boot Xen on machines whose NICs are not supported by GRUB. I''ve been writing a module for PXELINUX that will allow it to boot Xen directly over the network on PXE-enabled machines, without relying on any hacks (mbootpack, &c.), or needing to write/port any device drivers. I have a version of it
2020 Jul 30
2
Status of CUDA 11 support
Hi, I work in a large CUDA codebase and use Clang to build some of our CUDA code to improve compilation speed. We're planning to upgrade to CUDA 11 soon, and it appears that CUDA 11 is not yet supported in LLVM. >From the LLVM commits history, I can see that work on CUDA 11 has started. Is this currently being worked on? What is the remaining work left? And is any help needed to finish
2005 Apr 18
3
Some suggestions.
Good day. Some suggestions. 1. I think it would be useful to add support of "seekable streams" to Speex API. It seems many developers need functions like: GetDuration(), SeekToTime(...),... Something like VorbisFile for Ogg Vorbis. 2. It would be useful to add some samples on working with Speex files. E.g. something like vcut for Ogg Vorbis. Vitaly.