Displaying 5 results from an estimated 5 matches for "uabpath".
Did you mean:
augpath
2011 Oct 18
0
[LLVMdev] error in lib dependencies generated by llvm-config for 3.0
I just started rebasing my target from llvm 2.9 to 3.0. Just added a few
basic files for the target. However, I got the following error:
llvm[2]: Linking Debug+Asserts executable llc
/local/scratch/uabpath/uabpath-3.0/build/tools/llc/Debug+Asserts/llc.o:
In function `llvm::InitializeAllTargetMCs()':
/local/scratch/uabpath/uabpath-3.0/build/include/llvm/Config/Targets.def:26:
undefined reference to `LLVMInitializePhoenixTargetMC'
Because -lLLVMPhoenixDesc is not included in the link command...
2012 Nov 10
6
[LLVMdev] Need help reading the LLVM Buildbot results
>From r167602 and onwards I get a fail in 'make check-all' for llvm+clang, built with gcc-4.7.1 (but not with clang-3.1) on Linux x86_64:
Failing Tests (1):
Clang :: CodeGenCXX/mangle-ms-templates.cpp
clang: /dev/shm/uabpath/master/include/llvm/Support/Casting.h:208: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = clang::TemplateSpecializationType; Y = const clang::Type*; typename llvm::cast_retty<To, From>::ret_type = const clang::TemplateSpecializationType*]: Assertion `is...
2012 Nov 12
0
[LLVMdev] Need help reading the LLVM Buildbot results
....hagglund at ericsson.com> wrote:
> From r167602 and onwards I get a fail in 'make check-all' for llvm+clang,
> built with gcc-4.7.1 (but not with clang-3.1) on Linux x86_64:
>
> Failing Tests (1):
> Clang :: CodeGenCXX/mangle-ms-templates.cpp
>
> clang: /dev/shm/uabpath/master/include/llvm/Support/Casting.h:208: typename
> llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X =
> clang::TemplateSpecializationType; Y = const clang::Type*; typename
> llvm::cast_retty<To, From>::ret_type = const
> clang::TemplateSpecializationT...
2012 Dec 06
0
[LLVMdev] Register classes, reg unit weights calculation in tablegen
Hi,
I have a problem with the assert in Tablegen:
llvm-tblgen: /dev/shm/uabpath/dev-master/utils/TableGen/RegisterInfoEmitter.cpp:204: void <anonymous namespace>::RegisterInfoEmitter::EmitRegUnitPressure(llvm::raw_ostream &, const llvm::CodeGenRegBank &, const std::string &): Assertion `RU.Weight < 256 && "RegUnit too heavy"' failed....
2012 Dec 11
0
[LLVMdev] FW: Register classes, reg unit weights calculation in tablegen
...hink about this?
Thanks,
Jonas
________________________________
From: Jonas Paulsson
Sent: Thursday, December 06, 2012 4:14 PM
To: llvmdev at cs.uiuc.edu
Subject: Register classes, reg unit weights calculation in tablegen
Hi,
I have a problem with the assert in Tablegen:
llvm-tblgen: /dev/shm/uabpath/dev-master/utils/TableGen/RegisterInfoEmitter.cpp:204: void <anonymous namespace>::RegisterInfoEmitter::EmitRegUnitPressure(llvm::raw_ostream &, const llvm::CodeGenRegBank &, const std::string &): Assertion `RU.Weight < 256 && "RegUnit too heavy"' failed....