search for: armap

Displaying 8 results from an estimated 8 matches for "armap".

Did you mean: rmap
2020 Feb 05
3
[Release-testers] [10.0.0 Release] Release Candidate 1 is here
Hello, When running test-release.sh using GCC 5.4.0 we encountered this error : /home/anil/llvm1000_rc1_binary_upload/rc1/llvm-project/clang-tools-extra/clangd/Hover.cpp: In function ‘llvm::StringLiteral clang::clangd::{anonymous}::getNameForExpr(const clang::Expr*)’: /home/anil/llvm1000_rc1_binary_upload/rc1/llvm-project/clang-tools-extra/clangd/Hover.cpp:450:10: error: could not convert
2011 Mar 22
0
[LLVMdev] gold plugin example
On Tue, Mar 22, 2011 at 9:19 AM, Rafael Avila de Espindola < rafael.espindola at gmail.com> wrote: > On 11-03-21 10:35 PM, Sangmin Park wrote: > > Hi, > > > > I fixed error by using different version of ld with LLVM 2.7. > > I used ld.gold that comes with Ubuntu 10.04. > > Here is the version info: > > > > sangmin at sangmin-desktop:/tmp$ ld -v
2001 Mar 19
0
DUP=T/F
...# work space for GEND Haprox=Haprox, #10 Hdiag=Hdiag, Daprox=Daprox, x=double(length(x)), delta=double(length(x)), f1=double(n), f2=double(n), # work space for ARMAp / KFp # cov=matrix(1e20,ps,ps), # pred is f0,f1,f2 passed above as.integer(ms), # input dimension m #17 as.integer(ps), # output dimension p as.integer(sampleT), as.integer(periods(data)), u=as.double(u),...
2011 Mar 22
2
[LLVMdev] gold plugin example
On 11-03-21 10:35 PM, Sangmin Park wrote: > Hi, > > I fixed error by using different version of ld with LLVM 2.7. > I used ld.gold that comes with Ubuntu 10.04. > Here is the version info: > > sangmin at sangmin-desktop:/tmp$ ld -v > GNU gold (GNU Binutils for Ubuntu 2.20.1-system.20100303) 1.9 > > My experience of gold plugin is as follows: > > LLVM 2.7 (with
2005 Oct 25
2
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
...System -lpthread /usr/lib/libltdl.so -ldl -Wl,--rpath -Wl,/home/kh/llvm/obj/Debug/bin gmake[2]: Leaving directory `/home/kh/llvm/obj/tools/llc' gmake[1]: Leaving directory `/home/kh/llvm/obj/tools' ++++++++++++++ checking whether the library exists and contains the symbol... $ nm --print-armap /home/kh/llvm/obj/Debug/lib/libLLVMScalarOpts.a | grep LoopSimplifyID _ZN4llvm14LoopSimplifyIDE in LoopSimplify.o U _ZN4llvm14LoopSimplifyIDE U _ZN4llvm14LoopSimplifyIDE 00000024 B _ZN4llvm14LoopSimplifyIDE U _ZN4llvm14LoopSimplifyIDE U _ZN4llvm14LoopSimplify...
2020 Apr 09
3
Building libjpeg-turbo with LTO
Adding a couple of lld folks. I helped Shishir debug this, the link line looked like: /home/sjessu/build/bin/clang -O0 -flto -o jcstest jcstest.o ./.libs/libjpeg.a and the issue was that libjpeg.a was created with the system ar instead of llvm-ar. It worked when recreating libjpeg.a with llvm-ar. I noticed that the lld code has some special handling for the case when there is a missing
2005 Oct 25
0
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
....so -ldl -Wl,--rpath > -Wl,/home/kh/llvm/obj/Debug/bin > gmake[2]: Leaving directory `/home/kh/llvm/obj/tools/llc' > gmake[1]: Leaving directory `/home/kh/llvm/obj/tools' > > > ++++++++++++++ checking whether the library exists and contains the symbol... > $ nm --print-armap /home/kh/llvm/obj/Debug/lib/libLLVMScalarOpts.a | grep > LoopSimplifyID > _ZN4llvm14LoopSimplifyIDE in LoopSimplify.o > U _ZN4llvm14LoopSimplifyIDE > U _ZN4llvm14LoopSimplifyIDE > 00000024 B _ZN4llvm14LoopSimplifyIDE > U _ZN4llvm14LoopSimplifyIDE >...
2020 Jan 30
21
[10.0.0 Release] Release Candidate 1 is here
Hello everyone, It took a bit longer than planned due to master being a somewhat unstable at the branch point, but Release Candidate 1 has now been tagged as llvmorg-10.0.0-rc1. Source code and docs are available at https://prereleases.llvm.org/10.0.0/#rc1 Pre-built binaries will be added there as they become available. Please file bug reports for any issues you find as blockers of