similar to: [LLVMdev] n00b question: From module/bitcode to Mach-O dylib file directly?

Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] n00b question: From module/bitcode to Mach-O dylib file directly?"

2009 Mar 15
0
[LLVMdev] n00b question: From module/bitcode to Mach-O dylib file directly?
Thanks John. I had passed over ExecutionEngine as it looked like it offered a JIT. Maybe there's more to it than meets the (hasty) eye though. I'm interested in getting a native image. Ultimately, I'd like to do things like emitting Objective-C IMPs and building Objective-C classes around them. However, I'm going one step at a time (there's probably much to learn
2009 Mar 16
6
[LLVMdev] n00b question: From module/bitcode to Mach-O dylib file directly?
> Aaah. Wasn't quite sure what you were doing here. I'm not positive > what llvm can emit via the writers (there's support for all parts of > the file format), but it could be extended to write one out. I'm just > not quite sure why :) > > -eric Well, ultimately I'm curious about what it would take to port a JVM based language (http://openquark.org) to
2009 Mar 16
0
[LLVMdev] n00b question: From module/bitcode to Mach-O dylib file directly?
> > I for one would really like to see object generation become a fully > working feature of the llvm toolchain. Actually, a related thing I've been curious about is the difference between the output of the llvm-gcc-4.2 front end on the Mac and a regular plain vanilla bit code file. The former file can be named a .o and the platform linker now knows how to do LTO while linking
2009 Mar 16
4
[LLVMdev] n00b question: From module/bitcode to Mach-O dylib file directly?
> Hey Luke, > > Unfortunately, the 'state of the art' is that llc only really supports > emission of native assembly files (-filetype=asm) which can then be > assembled and linked with your native gas/ld. > > There is some source support for 'object file generation', exposed via > the -filetype=obj flag to llc, but it is not complete, and totally > broken
2009 Mar 17
1
[LLVMdev] Bit-code file input to ld (was: ...From module/bitcode to Mach-O dylib file directly)
On 16-Mar-09, at 9:50 PM, Luke Evans wrote: > ...which I did - though I had to ensure I had the target triple set > in the module just right: "x86_64-apple-darwin" D'oh. Spoke too soon (sort of). I have apparently managed to create a bit-code file that will happily be ingested by ld. The dylib that comes out has my symbol in it (according to nm). However, my call to
2009 Mar 17
0
[LLVMdev] Bit-code file input to ld (was: ...From module/bitcode to Mach-O dylib file directly)
> Anyway, I should be able to figure it out from here - thanks again. ...which I did - though I had to ensure I had the target triple set in the module just right: "x86_64-apple-darwin" Originally I tried "i686-apple-darwin9" as this is what gcc reports, and what gets burnt into config.h as: #define LLVM_HOSTTRIPLE "i686-apple-darwin9.6.0" However, it dawned
2009 Mar 16
1
[LLVMdev] Bit-code file input to ld (was: ...From module/bitcode to Mach-O dylib file directly)
> It is simpler. There is not any Mach-O envelope. The platform linker > can directly read Mach-O files as well as llvm bit-code file (using > llvm bit-code file reader). > > > Not sure if/where the exact form of the Mach-O file that carries bit > > code is documented. Thanks for that. Yes, I see what you mean (no Mach-O envelope), yet there seems to be something
2014 Jul 05
2
[LLVMdev] [lld] [mach-o]: RFC: representing LC_REEXPORT_DYLIB
On Wed, Jul 02, 2014 at 05:09:14PM -0700, Nick Kledzik wrote: > Shankar, Does lld for ELF support loading indirect DSOs? It doesn't, which is a bug. Joerg
2014 Jul 01
7
[LLVMdev] [lld] [mach-o]: RFC: representing LC_REEXPORT_DYLIB
Hi all, I've been thinking about how best to represent MachO's LC_REEXPORT_DYLIB (used even by libSystem.dylib to provide its various sub-components[*]). It looks like this functionality would naturally fall into the InputGraph, in analogy with Groups and Archives. Unfortunately, it's rather more dynamic than the existing cases: we don't know the needed files before parsing the
2006 Mar 22
2
n00b question
Total Ruby N00b here with a question about the Hibbs OnLamp tutorial. I''m trying to hook up to my cookbook database and I''m getting: ActiveRecord::StatementInvalid in Recipe#index Mysql::Error: #42S02Table ''cookbook.recipes'' doesn''t exist: SELECT COUNT(*) FROM recipes RAILS_ROOT: ./script/../config/.. My thoughts: I think I''m not actually
2006 Aug 03
0
N00b question...but here it goes
Hey all, How can I call a javascript function from my controller? Is it possible to simply call a javascript function from directly in the controller without needing an AJAX request to come through via link_to_remote or remote form? I''m not talking through an RJS link_to_remote AJAX etc. As an example I''ve tried: class RandomController < ApplicationController
2006 Feb 23
0
Searching within active record results - ror n00b
I am trying to set up a search page that looks within a product catalog. There are several many to many relationships with the items object. I am trying to be able to narrow searchs and then allow for text searches using tsearch2 and postgres. @format = Format.find(@params[:format_id]) @items = @format.items And then do a find_by_sql on the @items, but I know this isnt how you do this.
2011 Jan 28
1
N00b - Photoshop CS5 help (Ubuntu)
Pretty new to this all and I'm completely confused.. I (think!) I've installed Photoshop CS5 and a desktop has now been created for it on the desktop but whenever I double-click it it appears to be loading and then stops. The program does not show up under 'Applications > Wine > Programs' - Thanks in advance
2001 Nov 19
1
Another silly question from Da n00b
How do I uninstall Wine?
2011 Apr 22
2
How too? (Maybe a n00b question)
Hey, now with the DB is it possible to download the wineskins for the apps you're trying to download? I'm having problems playing a platinum games that are supposed to be on the list, http://appdb.winehq.org/objectManager.php?sClass=application&iId=6773 and
2011 May 04
1
Re: N00b - Photoshop CS5 help (Ubuntu)
I have the same problem with Fedora 14 and wine 1.3.18 Photoshop splash screen starts and crashes when initializing. Here is my crash log: http://fpaste.org/rEBi/
2020 Feb 29
2
Contributing LLD for Mach-O
On 2020-02-28, James Y Knight via llvm-dev wrote: >Nice! > >Your plan sounds great, and it'll be awesome to finally have a good MachO >LLD available. > >On Fri, Feb 28, 2020 at 4:32 PM Shoaib Meenai via llvm-dev < >llvm-dev at lists.llvm.org> wrote: > >> Hi all, >> >> We’re planning to contribute a new implementation of LLD for Mach-O, using
2004 Aug 06
3
N00b: Dazed and Confuzed.
Basically I'm trying to learn how to use Linux and Icecast/Icesource simultaniously. I got everything complied and installed. (Going to recompile Icesource now that I know what LAME is.) However I tried running the Icecast server I have installed just to see it would work. Using the default complied prefs, it loads me to the admin console. Cool. But when I try to make it load the pref
2010 Nov 17
5
n00b, how to uninstall wine completely and reinstall, Ubuntu.
I installed wine on my desktop running ubuntu 10.04. All was working fine until I installed battlefield 1942. I had an issue so decided to uninstall wine and try again. When I reinstalled wine, I get no Programs item in the menu. I can browse to the folder when browsing the c drive. I started to uninstall BF1942 to try again and had a power cut during the process. Is there any way to completely
2012 Jul 23
1
n00b rsyslog.conf question - how to separate local syslog from network appliance syslog?
I have several network appliances, and I want aggregate their syslog output for later analysis. Eventually I might think about a Splunk box, but for the interim I'm hoping to just build a CentOS 6 syslog server and have it aggregate everything on it for quick review. I installed rsyslog and am looking through the /etc/rsyslog.conf file for what I configure to (a) listen for syslog input from