Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Problem on running "hello world" pass on VS2008"
2009 Apr 13
2
[LLVMdev] Problem on running "hello world" pass on VS2008
Hello
> Could you help me to solve this problem? Thanks.
Plugins are not supported on systems without dynamic linking (e.g.
windows).
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2009 Apr 14
0
[LLVMdev] Problem on running "hello world" pass on VS2008
Hello
> Could you help me to solve this problem? Thanks.
Plugins are not supported on systems without dynamic linking (e.g.
windows).
Well, how to add new pass on windows? generate .lib which is linked with opt? I have tried this way.
But, It doesn't work, either.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jun 30
0
[LLVMdev] Limitations of Alias Analysis?
On Mon, Jun 29, 2009 at 7:40 PM, Wenzhi Tao<linus_wind at zju.edu.cn> wrote:
> The result of -aa-eval:
>
> MayAlias: %struct.Location* %0, %struct.Location* %1
> MayAlias: %struct.Location* %0, %struct.Location* %2
> MayAlias: %struct.Location* %1, %struct.Location* %2
I'm getting NoAlias with the given steps; are you using trunk LLVM?
-Eli
2009 Jun 30
2
[LLVMdev] Limitations of Alias Analysis?
Hi,
Thanks for your advice. I have tried this way:
opt -mem2reg test.bc -o mem2reg.bc
llvm-dis mem2reg.bc
opt -functionattrs -basicaa -aa-eval -print-all-alias-modref-info
mem2reg.bc
The content of main() in mem2reg.ll:
define i32 @main() nounwind {
entry:
%"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
%0 = call %struct.Location* @getNewLocation(i32 0, i32
2008 Dec 25
2
[LLVMdev] Questions on Parallelism and Data Dependence Analysis
Hi, I have two questions about llvm, and expect your reply very much.
1. Is there any plan of llvm to support Thread-Level Parallelism by using OpenMP, MPI, pthread or llvm-defined directives?
If automatic parallelism exploring is very hard, what is the key problem? We can't get the precise data dependence
information at compile-time?
2. Can I use the functions provided by llvm to
2011 May 02
2
[LLVMdev] Hello Pass Problem
Hi all
I am trying hello pass in llvm. I have compiled and could generate
LLVMHello.so but while giving the pass using opt i am getting below
mentioned error.
Command used: *opt-2.8 -load
../../cse231_project/llvm/llvm-2.9/Debug/lib/LLVMHello.so -hello < hello.bc*
Error opening '../../cse231_project/llvm/llvm-2.9/Debug/lib/LLVMHello.so':
2009 Apr 13
2
[LLVMdev] generation of shared libraries.
I am trying to run the LLVM hello world pass. I observe that in the
OUPUT_DIR/lib the LLVMHello.a and LLVMHello.la libraries are generated. But
I am confused as to how to generate the .so library file from here.
I am kinda new to compilers and hence the question I know is basic , but
couldnt figure the answer out myself.
Thanks a lot for your help.
Regards
--
-- Aparna Kotha
Research
2007 Apr 13
2
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
And this brings back CommandLine Error: Arugment blah defined more
than once!
And without this, opt -load .../LLVMHello.dylib -hello does not work
on Darwin because dyld is not able to find SlowerOperationInformer ;)
thoughts ?
-
Devang
On Apr 13, 2007, at 11:28 AM, Devang Patel wrote:
>
>
> Changes in directory llvm/lib/Transforms/Hello:
>
> Makefile updated: 1.7 ->
2007 Apr 13
0
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
On Fri, 13 Apr 2007, Devang Patel wrote:
> And this brings back CommandLine Error: Arugment blah defined more
> than once!
>
> And without this, opt -load .../LLVMHello.dylib -hello does not work
> on Darwin because dyld is not able to find SlowerOperationInformer ;)
I think libhello should drop its use of SlowOperationInformer.
-Chris
> On Apr 13, 2007, at 11:28 AM, Devang
2006 Feb 08
1
[LLVMdev] LLVM Hello Project generating .lo file in place of .so file.
Hello,
I am trying to compile the Hello Project of the lib/Transforms/Hello
subdirectory according to the instructions given on
http://llvm.cs.uiuc.edu/docs/WritingAnLLVMPass.html document. I am
using 1.6cvs source to compile LLVM. The problem is that after running
the Make file on the project, the Debug subdirectory contains .lo file
in place of .so file. I need the .so file to use with opt
2010 Jun 09
2
[LLVMdev] VS2008 CMake build tabelgen coding error
I am getting 'bad suffix on number'
for lib\target\x86\X86GenInstrInfo.inc:304, 305, ...
Tablegen is generating 0x0LLU instead of 0x0ULL and VS2008 does not like it.
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100609/e56cd538/attachment.html>
2010 Jun 09
0
[LLVMdev] VS2008 CMake build tabelgen coding error
On 9 June 2010 14:20, Aaron Gray <aaronngray.lists at gmail.com> wrote:
> I am getting 'bad suffix on number'
> for lib\target\x86\X86GenInstrInfo.inc:304, 305, ...
>
> Tablegen is generating 0x0LLU instead of 0x0ULL and VS2008 does not like
> it.
>
Patch attached.
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 27
0
[LLVMdev] Build fails on windows using VS2008
Hello
The current svn revision fails to compile on windows using Visual Studio
2008.
I'm getting:
1>ScalarEvolutionExpander.cpp
1>F:\dev\llvm\include\llvm/Analysis/ScalarEvolutionExpander.h(29) : warning
C4099: 'llvm::SCEVExpander' : type name first seen using 'class' now seen
using 'struct'
1> F:\dev\llvm\include\llvm/Analysis/ScalarEvolution.h(216) :
2007 Nov 28
1
[PATCH] missing speexdec directory for vs2008, modes_wb.c
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex_vs2008_part2.diff
Type: application/octet-stream
Size: 11265 bytes
Desc: speex_vs2008_part2.diff
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20071128/136ce70d/speex_vs2008_part2-0001.obj
2010 Oct 07
0
[LLVMdev] Hello pass?
Owen, I have an issue about the Hello on windows.
Please seek "RFC: change build order (or location) of LLVMHello
plugin" in this list, thank you :)
My proposal: move it onto a new directory plugins/
ps. I would like to know why the Hello plugin is on lib/Transforms.
Is it a historical reason?
...Takumi
2010/10/7 Owen Anderson <resistor at mac.com>:
> Hey,
>
> Does
2009 Apr 13
2
[LLVMdev] generation of shared libraries.
Thanks a lot.
A see the shared library in linux version. I initially tried doing this in
cygwin where I dont see the shared library being built. Do u think it could
have been cygwin that is the problem?
Aparna
On Mon, Apr 13, 2009 at 5:16 PM, Milos Puzovic <milos.puzovic at gmail.com>wrote:
> In order to generate shared libraries you need to have SHARED_LIBRARY
> and
2010 Sep 07
0
[LLVMdev] MS VS2008 build fails - X86AsmParser
On Sep 6, 2010, at 10:50 PM, David Shipman wrote:
> Hi all,
>
> Just tried to build from svn sources with Visual Studio 2008, mostly
> OK but fails
> building the X86AsmParser lib -
>
> I see a few commits from yesterday that may have something to do with it, but no
> idea what the solution is.
Wow, that's a pretty terrible diagnostic. Does r113198 help?
-Chris
2000 Apr 23
0
SAMBA COnfiguration file
Hi Wenzhi,
This question would be best answered on the samba list ( I am
cc'ing a copy now ) Its not a binary dependant question, otherwise I
would have answered it promptly. Sorry for brushing you off, I just
dont have the time to help you. I am sure someone on the samba list
will be more than happy to lend you a hand.
Brian Roberson
brian@bstc.net
-----Original Message-----
From:
2006 Aug 28
0
[LLVMdev] opt -load error on Darwin
On Sun, 2006-08-27 at 21:57 -0500, Jing Yu wrote:
> Hi,
>
Hi Jing,
> I am following the instructions on Writing an LLVM Pass on
> Darwin(8.7.0) powerpc. The loadable library is built. But "opt -load
> " gives error saying "Symbol not found". I am using LLVM 1.8. Could
> someone tell me how to fix it? I have tried the same procedure on
> Pentium4 Redhat9.
2006 Aug 28
2
[LLVMdev] opt -load error on Darwin
Hi,
I am following the instructions on Writing an LLVM Pass on Darwin(8.7.0)
powerpc. The loadable library is built. But "opt -load " gives error saying
"Symbol not found". I am using LLVM 1.8. Could someone tell me how to fix
it? I have tried the same procedure on Pentium4 Redhat9. Everything is ok
there. So I think there must be some specific problem on Darwin that I
should