search for: ankita

Displaying 11 results from an estimated 11 matches for "ankita".

Did you mean: ankit
2011 Nov 06
2
[LLVMdev] Printing DSGraph in llvm-3.0
...g the .dot file for the graph as mentioned in Printer.cpp. The exact command that I tried is: #opt -load <path-to-llvmdatastructures.so> -dsa-local -dsa-bu -dsa-td -dsa-only-print < hello.bc Is there anything else I need to do to get the graph ? Thanks a lot for your help ! -- Regards, Ankita -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111106/3e63bfde/attachment.html>
2011 Nov 06
0
[LLVMdev] Printing DSGraph in llvm-3.0
On Sun, Nov 6, 2011 at 12:24 AM, Ankita (Garg) Goel <gargankita at gmail.com> wrote: > Hi, > I am using the DSA analysis in llvm-3.0. I am interested in seeing the > resultant DSGraph for my sample input program. I tried the -dsa-only-print > parameter, but was not successful in getting the .dot file for the graph as &g...
2013 Mar 01
3
help me out
i dont want to receive messages about all the posts as i get too many in my inbox. how can i get emails from everyone who posts in this site. please help me out [[alternative HTML version deleted]]
2012 Oct 09
3
make install errors in openssh(when openpam is to be integrated with openssh)
...getting (during make install of openssh). How can I remove it? ssh-keygen binary is been created in: /usr/bin/install -c -m 0755 -s ssh-keygen /home/mpal/ws2/dawn_v1/3dParty/build_apal/bin/ssh-keygen still it says ./ssh-keygen: not found Can you suggest some trick to get this correct. Regards, Ankita
2011 Nov 06
0
[LLVMdev] Printing the DSGraph in llvm-3.0
...g the .dot file for the graph as mentioned in Printer.cpp. The exact command that I tried is: #opt -load <path-to-llvmdatastructures.so> -dsa-local -dsa-bu -dsa-td -dsa-only-print < hello.bc Is there anything else I need to do to get the graph ? Thanks a lot for your help ! -- Regards, Ankita -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111106/75fe2d22/attachment.html>
2012 Feb 21
2
API Authentication-Authlogic
Hi all I am using Authlogic gem for authentication.I want an API authentication for external API(XML) call.How to implement this in authlogic .Thanks in advance... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2018 Mar 21
0
Error in GDCprepare step of TCGAbiolinks
...data.table_1.10.4-3 [103] blob_1.1.0 ConsensusClusterPlus_1.42.0 digest_0.6.15 [106] xtable_1.8-2 tidyr_0.8.0 R.utils_2.6.0 [109] munsell_0.4.3 survminer_0.4.2 I hope this helps to understand my problem. I look forward to hear from you Regards, Ankita [[alternative HTML version deleted]]
2011 Aug 16
1
[LLVMdev] not able to run pass on visual studio 2010
I am not able to generate llvmhello.so after compiling llvm on visual studio. I also went through some of your posts related to the same. One of them says that "IIRC, LLVM cannot produce shared library on Windows". So is there any alternate way by which i can run built in passes on visual studio?
2011 Aug 18
0
[LLVMdev] parsing windows.h in llvm clang
hey I am a beginner and I have been trying to parse a few .cpp files to get their IR in llvm clang. I have a doubt that can we parse windows.h using cygwin or mingw. and if not what is the possible way i can parse it. In documentation it says that we can include them by writing #include "llvm/System/Windows.h". but there is no such directory called system in llvm source code.
2012 Mar 20
0
Problem with before(:all) command
Hi when I use to run following file, it does not do anything, no error and nothing. It is meant to open a browser and put some information but nothing happens. Any help would be really appreciated... require "rubygems" require ''watir-webdriver'' require "rspec" describe "TEST Suite" do before(:all) do client =
2012 Mar 22
0
How to handle Java script pop up when you click on a button to perform some action to DB
Hi I have a button which when clicked opens a JS pop up for confirmation, confirming which, basically scrubs my DB and so takes a minute to complete its action. When I was using watir, I use to put in following code which use to work, but when switching to Rspec, it gives error so not sure what should I be replacing here: $b.confirm(true) do $b.button(:value,"Scrub the DB - Full