Displaying 2 results from an estimated 2 matches for "llvm_archs".
Did you mean:
llvm_arch
2019 Dec 11
4
modification on lnt to recognize new architecture
Hi,
I have a question regarding to lnt. We are working on NEC SX-Aurora Vector Engine and
preparing for upstreaming it on https://reviews.llvm.org/D69103 and following reviews.
We are running llvm-test-suite to check our modifications often. To run this test suite,
we need to specify our architecture to lnt and make program running under lnt to handle
a few special cases. In order to do so,
2007 Sep 20
1
[LLVMdev] Valgrind Help Needed
On Sep 19, 2007, at 5:41 PM, Devang Patel wrote:
> On Sep 19, 2007, at 4:48 PM, Bill Wendling wrote:
>
> In llvm-backend.cpp :
>
> 1086 if (GV->getName() != Name) {
> 1087 Function *F = TheModule->getFunction(Name);
> 1088 assert(F && F->isDeclaration() && "A function turned
> into a global?");
> 1089