Displaying 6 results from an estimated 6 matches for "isprimitivetype".
2004 Jun 17
3
[LLVMdev] Primitive types
Hello,
I'm getting this in debugger, where 't' is 'Type*':
(gdb) p t->isPrimitiveType()
$15 = false
(gdb) p t->getPrimitiveID()
$16 = PointerTyID
(gdb) p t->getPrimitiveSize()
$17 = 0
There are a couple of things that I'd like to ask. First, if isPrimitiveType()
returns false, that the fact that getPrimitiveID returns reasonable value is
quite strange. Ma...
2004 Jun 17
0
[LLVMdev] Primitive types
On Thu, 17 Jun 2004, Vladimir Prus wrote:
> I'm getting this in debugger, where 't' is 'Type*':
>
> (gdb) p t->isPrimitiveType()
> $15 = false
> (gdb) p t->getPrimitiveID()
> $16 = PointerTyID
> (gdb) p t->getPrimitiveSize()
> $17 = 0
>
> There are a couple of things that I'd like to ask. First, if
> isPrimitiveType() returns false, that the fact that getPrimitiveID
> re...
2007 May 17
0
[LLVMdev] API changes (was Antw.: 2.0 Pre-release tarballs online)
On Thu, 17 May 2007, Bram Adams wrote:
> About LTO support: the new release documents don't mention anything about
> this. Also, the relevant bugzilla entries I could find date back to March
> 2007. Has any progress been made recently in adding LTO to the Darwin linker
> and/or GNU binutils?
I'll mention this in the release notes. The darwin linker in 10.5 (not
yet
2013 Aug 11
3
[LLVMdev] Are integer types primitive?
The LLVM docs seem to indicate that integer types are considered primitive,
however looking at the code I see `FirstDerivedTyID = IntegerTyID`,
implying that integers are derived rather than primitive. Should the docs
be updated?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Mar 05
2
[LLVMdev] Error messages in llvm-test
...put/build2.cbe] Error 1 (ignored)
/home/jo/Delta/llvm/Release/bin/llc -march=c Output/divides.llvm.bc -o
Output/divides.cbe.c -f
llc: CBackend.cpp:400:
std::ostream&<unnamed>::CWriter::printSimpleType(std::ostream&, const
llvm::Type*, bool, const std::string&): Assertion
`(Ty->isPrimitiveType() || Ty->isInteger()) && "Invalid t
ype for printSimpleType"' failed.
/home/jo/Delta/llvm/Release/bin/llc[0x878d8dc]
[0x6]
/lib32/libc.so.6(abort+0x101)[0x556f24b1]
/lib32/libc.so.6(__assert_fail+0xee)[0x556e9bbe]
/home/jo/Delta/llvm/Release/bin/llc[0x811c697]
make[3]: ***...
2007 May 17
8
[LLVMdev] Antw.: 2.0 Pre-release tarballs online
Hi,
Op 15-mei-07, om 10:23 heeft Tanya M. Lattner het volgende geschreven:
1) Download llvm-gcc4 binary and llvm. Compile and run make check.
I did a debug build on OSX 10.4.9 and everything went fine.
Results of "make check" (see ppc.log):
=== Summary ===
# of expected passes 1630
# of unexpected failures 21
# of expected failures 2