Displaying 8 results from an estimated 8 matches for "emittypeforvaluetyp".
Did you mean:
emittypeforvaluetype
2009 Feb 23
0
[LLVMdev] 2.5 Pre-release1 available for testing
...of LLVM, and with the 02/20
prerelease it fails to build on ppc64:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1148023
make[1]: Entering directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore'
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
tblgen: IntrinsicEmitter.cpp:137: void
EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType):
Assertion `false && "Unsupported ValueType!"' failed.
make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore'
make[1]: *** [/builddir/build/BUILD/llvm-2.5/lib/VMCore/Release/Intrinsics.gen.tmp]
Aborted
make: *...
2009 Apr 07
0
[LLVMdev] 2.5 Pre-release1 available for testing
Hi,
Were you able to get past this error:
make[1]: Entering directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore'
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
tblgen: IntrinsicEmitter.cpp:137: void
EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType):
Assertion `false && "Unsupported ValueType!"' failed.
make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore'
make[1]: ***
[/builddir/build/BUILD/llvm-2.5/lib/VMCore/Release/Intrinsics.gen.tmp]
Aborted
make:...
2009 Apr 07
2
[LLVMdev] Porting to System z
...would be created that I¹d then use to process the
.td files that I¹ll be creating. So I used svn to grab the code from the
repository and ran configure and make. However, the build breaks at this
point:
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
tblgen: IntrinsicEmitter.cpp:163: void EmitTypeForValueType(std::ostream&,
llvm::MVT::SimpleValueType): Assertion `false && "Unsupported ValueType!"'
failed.
0 tblgen 0x00000000801be2bc
1 tblgen 0x00000000801bea14
2 tblgen 0x000003ffffad4b84
3 libc.so.6 0x0000020000286ef0 gsignal + 76
4 libc.so.6 0x0000020000288...
2009 Mar 16
0
[LLVMdev] llvm-2.5 and trunk:HEAD fail to build on PPC64/Linux
...Leaving directory `/home/t2/trunk/src.llvm.default.20090315.141504.6844.g5/llvm-2.5/utils'
make[1]: Entering directory `/home/t2/trunk/src.llvm.default.20090315.141504.6844.g5/llvm-2.5/lib/VMCore'
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
tblgen: IntrinsicEmitter.cpp:137: void EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType): Assertion `false && "Unsupported ValueType!"' failed.
make[1]: *** [/home/t2/trunk/src.llvm.default.20090315.141504.6844.g5/llvm-2.5/lib/VMCore/Release/Intrinsics.gen.tmp] Aborted (core dumped)
make[1]: Leaving directory `/home/...
2009 Mar 10
1
[LLVMdev] 2.5 Pre-release1 available for testing
...ease it fails to build on ppc64:
>
> http://koji.fedoraproject.org/koji/taskinfo?taskID=1148023
>
> make[1]: Entering directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore'
> llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
> tblgen: IntrinsicEmitter.cpp:137: void
> EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType):
> Assertion `false && "Unsupported ValueType!"' failed.
> make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore'
> make[1]: *** [/builddir/build/BUILD/llvm-2.5/lib/VMCore/Release/Intrinsics.gen.tmp]...
2009 Apr 07
0
[LLVMdev] Porting to System z
Hi,
> llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
> tblgen: IntrinsicEmitter.cpp:163: void EmitTypeForValueType(std::ostream&,
> llvm::MVT::SimpleValueType): Assertion `false && "Unsupported ValueType!"'
> failed.
this came up before IIRC, but I don't remember the details - buggy system
compiler? Try searching the archives. Also, if you were compiling with
optimization...
2009 Feb 07
11
[LLVMdev] 2.5 Pre-release1 available for testing
LLVMers,
The 2.5 pre-release is available for testing:
http://llvm.org/prereleases/2.5/
If you have time, I'd appreciate anyone who can help test the release.
Please do the following:
1) Download/compile llvm source, and either compile llvm-gcc source or
use llvm-gcc binary (please compile llvm-gcc with fortran if you can).
2) Run make check, send me the testrun.log
3) Run "make
2009 Apr 07
6
[LLVMdev] Porting to System z
...em the enum
needs to be 64-bits is correct, but the fix doesn't seem to do it.
Neale
On 4/7/09 12:36 PM, "Duncan Sands" <baldrick at free.fr> wrote:
> Hi,
>
>> llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
>> tblgen: IntrinsicEmitter.cpp:163: void EmitTypeForValueType(std::ostream&,
>> llvm::MVT::SimpleValueType): Assertion `false && "Unsupported ValueType!"'
>> failed.
>
> this came up before IIRC, but I don't remember the details - buggy system
> compiler? Try searching the archives. Also, if you were comp...