similar to: [LLVMdev] hello pass is not available

Displaying 20 results from an estimated 400 matches similar to: "[LLVMdev] hello pass is not available"

2012 Oct 29
0
[LLVMdev] hello pass is not available
opt -load ${shared_lib_name} -hello < input.bc > output.bc You should first translate 1.c to bitcode before your are going to use it as the input of the opt. Try: clang -emit-llvm -c input.c -o input.bc Sincerely, Logan On Mon, Oct 29, 2012 at 7:00 PM, sagar visa <f2001098 at yahoo.co.in> wrote: > I am writing a new pass hello and the shared library is created(.so). The >
2007 Jul 26
2
Tracing znode_t from dnode_t
Hi, To get my understanding of zfs data structures correct, I need to trace znode_t from given dnode_t. I came up with following trace, is this correct? dnote_t->dn_bonus->db_user_ptr points to corresponding znode_t Is there any other(better) way to trace znode_t from dnode_t? Cheers, -Atul
2007 Oct 16
11
how to arrange the field in excel by using to_csv
Hi all, i am exporting the file by using to_csv, but its coming as unordered rather than my expected output, if i check in the database, its working fine, but in the excel sheet it shows in the unordered,so please let me knoe, how to show orderly in the excel sheet by using to_csv. @report_data=EdiaUserContact.find_by_sql( "SELECT '''' as ''Title'',
2009 Aug 24
8
overriding .blank? method
Hi, Does anyone know a way to override .blank? method that rails provides. I want to add additional custom checks (specific to my application) to this method. Thanks, Pratik
2014 Nov 12
3
Put virbr0 in promiscusous
Hi , I have two virtual machines VM1 and VM2. Then I have added eth0 of my VM to 'default' network. Use case :- I want to monitor all traffic on virbr0('default' network). Steps followed :- 1. Add VM1 eth0 to virbr0 2. Add VM2 eth1 to virbr0 3. brctl setageing ovsbr0 0 ..(To put bridge in promiscuous) Now I am running tcpdump on eth1 of VM2 and trying to ping
2009 Dec 05
7
ActionMailer dont function with JRuby?
I have application that i send email normal with native ruby. But when i execute the sample application with jruby, it dont send email and dont get error. What can be wrong? -- Atenciosamente, Paulo Coutinho. Blog: www.prsolucoes.com/blog Site: www.prsolucoes.com Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org -- You received this message because you are subscribed to the Google Groups
2009 Nov 26
6
will_paginate don't work on jruby platform
Hello all,will_paginate don''t work on jruby platform, the Model.paginate find works ok, accepts all kinds of params, this is config.gem config.gem ''will_paginate'', :version => ''2.3.11'', :source => ''http://gemcutter.org'', but <%= will_paginate @collection %> doesn''t work it always produce nil(so nothing on page).
2009 Aug 28
4
Objects in Views
Hi everyone, I have recently experienced a strange behavior (strange from my knowledge) in rails. In my controllers ''new'' action, I am creating a few instance variables in the following manner : @controllerModel = ControllerModel.new @model1 = Model1.all @model2 = Model2.all in my ''new'' view, I am using the @controllerModel to create the form for new and I
2010 Apr 26
11
Rails I18n
I was just wondering about locales and .yml files. Is it better to store the multilanguage strings in .yml files than in databases? And if yes, why? I was also wondering how rails are loading this files (for example, I have 4 languages in my web app, each has her own .yml file, will my rails app loads all the files in ram and then it will call each variable inside my web app? Or something else?)
2013 Jul 21
0
[LLVMdev] Build Clang and LLVM on Win 8
Giorgio Franceschetti <g.franceschetti at vidya.it> writes: > When I run cmake I got The following error: > *<project folder>\build>CMake -G "CodeBlocks - MinGW Makefiles" ..\llvm* > /-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES > LIBXML2_INCLUDE_DIR)// > //-- Target triple: x86_64-w64-mingw32// > //-- Native target architecture is X86// >
2018 Mar 21
2
[GSoC 2018] A single updater class for Dominators in LLVM
Hi, I am a first year M.Tech (computer science) student at IIIT Hyderabad. I am interested in working on the project - single updater class for the dominator tree in llvm and the algorithm for pruning unwanted changes to the Post Dominator Tree. I have gone through the programmers manual of llvm in the past and I have 3 years experience of working with the LLVM community. I have also gone
2023 Jul 21
1
Adding SRV records to zone
Hi Sagar, Are you getting a particular error? Because the same method should work just fine in NSD. Simply open the corresponding zone file (as configured in nsd.conf) and put that line in there. Best regards, Jeroen Koekkoek On Fri, 2023-07-21 at 09:14 +0200, Sagar Acharya via nsd-users wrote: > How do I add SRV record to my zone file? > > Eg. In pdns I have > >
2009 Nov 03
4
Rails in css ..
Hello all, Actually i am having a small problem.. googled it but did''nt find any clue.. So what i want to do is that i want to insert ruby variable in css style property.. as like .. <div class="abc" style="left: <%= @var * 6 %> px;"> But this is not working.. I am doing it because i want to keep the left property dynamic .. :) Is there any possible way to
2014 Nov 24
2
Re: Put virbr0 in promiscusous
Hi Michal, Ok. Please can you try this scenario once you get free time. Currently my hypervisor is Ubuntu 14.04 LTS 3.13.0-24-generic. Meanwhile I will try this with some other Linux kernel also. Mail me if you find anything related to this. It will be helpful. Thanks for reply. Regards, Sagar On Mon, Nov 24, 2014 at 3:58 PM, Michal Privoznik <mprivozn@redhat.com> wrote: > On
2009 Aug 25
5
uninitialized constant
API-> hello_message_api.rb. class HelloMessageApi < ActionWebService::API::Base api_method :hello_message, :expects => [{:firstname=>:string}, {:lastname=>:string}], :returns => [:string] end controller -> class HelloMessageController < ApplicationController web_service_api HelloMessageApi web_service_dispatching_mode :direct wsdl_service_name
2018 Mar 26
1
[GSoC 2018] Request for review of GSoC proposal for "Improve debugging in optimized code"
Hi Vedant, I am a first year M.Tech (computer science) student at IIIT Hyderabad. I am interested in working on two of the LLVM projects. 1. Improve debugging for optimized code. 2. Implement a single updater class for the dominator tree. I have merged both the proposals in a single document because the GSoC portal allows me to upload only one document for applying to LLVM. The
2018 Mar 22
0
[GSoC 2018] A single updater class for Dominators in LLVM
Hi Sagar, Thanks for the interest in the project. I left you some comments and feedback in the google doc with your proposal. Let us know if you have any questions. Sincerely, Jakub On Wed, Mar 21, 2018 at 2:37 PM, Sagar Thakur via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > I am a first year M.Tech (computer science) student at IIIT Hyderabad. I > am interested
2009 Jun 16
3
Welcome to the "CentOS" mailing list
My apologies for posting an already solved problem, but dont know if its my ignorance that is not getting me to my desired results.....trying to mount an external usb hard drive(ntfs) in my system. In my CentOS box, I tried to install dkms, dkms-fuse, fuse and fuse-ntfs-3g as follows(including what happened) [root at Production mnt]# yum install dkms dkms-fuse fuse fuse-ntfs-3g Setting up
2013 Jul 23
2
[LLVMdev] Build Clang and LLVM on Win 8
Giorgio Franceschetti <g.franceschetti at vidya.it> writes: > I also tried to build LLVM with 3.3 sources. > Same problems. If you omit compiler-rt, does it work? (compiler-rt is not a required component.) > Even worse, Visual Studio hangs and I had to kill the process. > > What could it be? Is Visual Studio 2012 working with LLVM/clang? > > Or LLVM/Clang is not
2011 Apr 08
3
Ruby on rails migration problem
Hello all, I have created a migration add_details _to users ... ( city_id , profession ) and then migrated it.. when i use params[:user] to update the database by taking user inputs from forms in views, it is not updating the database for these city_id and profession... ( not changing from null ) if add validation for presence of city_id .. it is giving the error "City id cant be