Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] Error during compilation"
2005 Mar 17
0
[LLVMdev] Error during compilation
On Wed, 16 Mar 2005, Bill Wendling wrote:
> Hi,
>
> I keep getting this error during compilation:
>
> llvm[2]: ======= Finished Linking Debug Executable llvm-dis
> llvm[2]: Compiling opt.cpp for Debug build
> llvm[2]: Linking Debug executable opt
> /usr/bin/ld: Undefined symbols:
> llvm::PATypeHolder::get() const
> collect2: ld returned 1 exit status
> make[2]:
2009 Dec 23
5
[LLVMdev] Build Failure!
This is a new build failure as of today. Does this look familiar to anyone?
-bw
llvm[2]: Compiling CommonProfiling.ll to CommonProfiling.bc for Debug build (bytecode)
Intrinsic parameter #1 is wrong!
i64 (i8*, i32)* @llvm.objectsize.i64
Intrinsic parameter #1 is wrong!
i64 (i8*, i32)* @llvm.objectsize.i64
Intrinsic parameter #1 is wrong!
i64 (i8*, i32)* @llvm.objectsize.i64
Intrinsic parameter
2009 Dec 23
0
[LLVMdev] Build Failure!
My mistake. I needed to update llvm-gcc as well. Sorry for the noise.
-bw
On Dec 23, 2009, at 3:22 PM, Bill Wendling wrote:
> This is a new build failure as of today. Does this look familiar to anyone?
>
> -bw
>
> llvm[2]: Compiling CommonProfiling.ll to CommonProfiling.bc for Debug build (bytecode)
> Intrinsic parameter #1 is wrong!
> i64 (i8*, i32)* @llvm.objectsize.i64
2005 Jul 23
2
[LLVMdev] Compile Failure
I get this failure when I go to compile the latest LLVM CVS source:
if g++ -I/Users/wendling/llvm/llvm/lib/Target/Alpha
-I/Users/wendling/llvm/llvm/lib/Target/Alpha
-I/Users/wendling/llvm/llvm/include
-I/Users/wendling/llvm/llvm/include
-I/Users/wendling/llvm/llvm/include
-I/Users/wendling/llvm/llvm/include -D_GNU_SOURCE
-D__STDC_LIMIT_MACROS -Wall -W -Wwrite-strings -Wno-unused -g -D_DEBUG
-c
2014 Feb 04
3
[LLVMdev] linux build broken on Ubuntu 12.04 x86_64
First error: head file related. Strangely, this code has been there a
while, which makes me think that the HAVE_ARC4RANDOM is somehow now showing
up as set whereas perhaps it didn't used to be.
tfiala at tfiala2:~/lldb/svn/lgs/build$ make
make[1]: Entering directory `/mnt/ssd/work/svn/lgs/build/lib/Support'
llvm[1]: Compiling Process.cpp for Debug+Asserts build
In file included from
2009 Jul 29
2
[LLVMdev] building llvm using gcc 3.4.2
Hi,
Can I build llvm with gcc 3.4.2 !!!!
I'm getting the following error when I trying to build llvm 2.5 and
also 2.4
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/remote/users/hsenussi/edifact/llvm-2.4/
lib/Transforms/IPO'
make[3]: Entering directory `/remote/users/hsenussi/edifact/llvm-2.4/
lib/Transforms/Hello'
llvm[3]: Linking Release Loadable
2013 Feb 08
1
[LLVMdev] Build failure
Hi all,
After updating llvm+clang to r174701 by issuing
make -j8 happiness
The build fails with:
...
make[2]: Entering directory `/local/csaba/LLVM/build-release/tools/llvm-diff'
llvm[2]: Compiling DiffConsumer.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable lli (without symbols)
llvm[2]: Compiling CrashDebugger.cpp for Release+Asserts build
2010 Nov 11
2
[LLVMdev] defining types structurally equivalent to a recursive type
Hi all,
http://www.llvm.org/docs/ProgrammersManual.html#BuildRecType suggests
us to define recursive types via opaque and refine. Since LLVM has
structural types, %rt = type { %rt* } and %rt1 = type { %rt* } should
be same structurally. I tested the following code,
%rt = type { %rt* }
%rt1 = type { %rt* }
define i32 @main() nounwind {
entry:
%0 = alloca %rt ;
2010 Feb 07
3
[LLVMdev] Help with Mac OS X 10.6.2 build
Greetings,
I am having trouble getting the Kaleidoscope example to build from
tutorial #3 on Mac OS X 10.6.2. I didn't have too much trouble
getting llvm-2.6 and llvm-gcc-frontend to build. Thanks for the help.
Here are the steps I followed:
Environment variables for build
export LLVMOBJDIR=/opt/llvm
export TARGETOPTIONS='--with-arch=nocona --with-tune=generic'
export
2013 Feb 10
2
[LLVMdev] llvm-installation
hello sir,
in llvm installation ./configure command worked properly but while
giving
make -j 4 command in ubuntu
everything got build properly but at last it showed error as
llvm[4]: Linking Debug+Asserts executable clang
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/manoj/Desktop/LLVM/
build/Debug+Asserts/bin/clang] Error 1
make[4]: Leaving directory
2010 Nov 11
0
[LLVMdev] defining types structurally equivalent to a recursive type
On Thu, Nov 11, 2010 at 8:28 AM, Jianzhou Zhao <jianzhou at seas.upenn.edu> wrote:
> Hi all,
>
> http://www.llvm.org/docs/ProgrammersManual.html#BuildRecType suggests
> us to define recursive types via opaque and refine. Since LLVM has
> structural types, %rt = type { %rt* } and %rt1 = type { %rt* } should
> be same structurally. I tested the following code,
>
> %rt =
2007 Sep 24
2
[LLVMdev] Compilation Failure
A debug or release build?
-bw
On Sep 24, 2007, at 2:36 PM, Dale Johannesen wrote:
>
> On Sep 24, 2007, at 2:29 PM, Bill Wendling wrote:
>
>> Hi all,
>>
>> Did someone forget to check-in a patch? I'm getting this error during
>> compilation on PPC:
>
> A recent checkout compiled fine for me (on x86).
>
>>
2013 Jul 30
0
[LLVMdev] LLVM and Cygwin
Hi Brian,
On 29/07/13 23:42, Brian Herman wrote:
> I got the following error while compiling llvm and clang under cygwin.
>
> /cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT.a(SectionMemoryManager.o):SectionMemoryManager.cpp:(.text+0x3b):
> undefined reference to `__register_frame'
I register_frame is used to enable the debugger (gdb) to
2013 Apr 17
2
[LLVMdev] unable to build clang/llvm
I followed the instructions given on http://clang.llvm.org/get_started.html to
build clang/llvm, but when I do make, I get the following errors.
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/me/build/Debug+Asserts/bin/clang] Error 1
make[4]: Leaving directory `/home/me/build/tools/clang/tools/driver'
make[3]: *** [all] Error 1
make[3]: Leaving directory
2005 May 30
4
[LLVMdev] [Cygwin] onsistant error building LLVM
Consistant error building LLVM on Cygwin from CVS :-
make[2]: Entering directory `/usr/build/llvm/tools/llc'
llvm[2]: Compiling llc.cpp for Debug build
llvm[2]: Linking Debug executable llc
/usr/build/llvm/Debug/lib/LLVMX86.o(.text+0x30506): In function `_GLOBAL__D__ZN7
6_GLOBAL__N__usr_src_llvm_lib_Target_X86_X86ISelPattern.cpp_9D2164D3_DD38501517X
2007 Sep 24
2
[LLVMdev] Compilation Failure
Hi all,
Did someone forget to check-in a patch? I'm getting this error during
compilation on PPC:
/Volumes/SandBox/Clean/llvm-9999-01.roots/llvm-9999-01~obj/src/llvm/lib/Analysis/IPA/Andersens.cpp:
In function 'void dumpToDOUT(llvm::SparseBitVector<128u>*)':
/Volumes/SandBox/Clean/llvm-9999-01.roots/llvm-9999-01~obj/src/llvm/lib/Analysis/IPA/Andersens.cpp:1189:
error: no
2013 Jul 29
5
[LLVMdev] LLVM and Cygwin
I got the following error while compiling llvm and clang under cygwin.
/cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT.a(SectionMemoryManager.o):SectionMemoryManager.cpp:(.text+0x3b):
undefined reference to `__register_frame'
2007 Oct 26
2
[LLVMdev] llvm-build for ARM
Hi,
I am trying to build llvm-2.1 and llvm-gcc4 but running into build errors
and not getting the code base compiled successfully since quite a few time.
My host OS: Linux(Debian-Ubuntu)
My Host processor: i686
My target processor: Arm11/Arm9
Languages support needed: c, c++
host compiler version: gcc 4.0.1
I am getting errors while compiling LLVM and llvm-gcc both:
The LLVM build error is
2014 Mar 29
4
[LLVMdev] Unresolved symbols: LLVMInitializeARM64*
Hi,
Compiling on PP64/FreeBSd, I get several of these:
/usr/home/kparzysz/bld.lv/tools/llvm-mc/Release+Asserts/llvm-mc.o: In
function `llvm::formatted_raw_ostream::~formatted_raw_ostream()':
llvm-mc.cpp:(.text.startup.main+0xe4): undefined reference to
`LLVMInitializeARM64TargetInfo'
llvm-mc.cpp:(.text.startup.main+0x154): undefined reference to
`LLVMInitializeARM64TargetMC'
2015 Dec 04
2
link error for analysis pass
Hi Mehdi,
I meant when I build the LLVM and it will give the following errors:
make[2]: Entering directory `/home/alex/new/llvm-obj/tools/llc'
llvm[2]: Linking Debug+Asserts executable llc
/home/alex/new/llvm-obj/Debug+Asserts/lib/libLLVMCodeGen.a(Passes.o): In
function `llvm::TargetPassConfig::addIRPasses()':
/home/alex/new/llvm-3.1.src/lib/CodeGen/Passes.cpp:295: undefined reference
to