search for: llvmcore

Displaying 20 results from an estimated 189 matches for "llvmcore".

2009 Mar 04
2
[LLVMdev] Fwd: PPC Nightly Build Result
...vmgcc42~obj/src/ > gcc/../include -I./../intl -I/Volumes/SandBox/NightlyTest/ > llvmgcc42.roots/llvmgcc42~obj/src/gcc/../libcpp/include -I/Volumes/ > SandBox/NightlyTest/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../ > libdecnumber -I../libdecnumber -I/Volumes/SandBox/NightlyTest/ > llvmCore.roots/llvmCore~dst/De > veloper/usr/local/include -I/Volumes/SandBox/NightlyTest/ > llvmCore.roots/llvmCore~obj/src/include -DENABLE_LLVM -I/Volumes/ > SandBox/NightlyTest/llvmCore.roots/llvmCore~dst/Developer/usr/local/ > include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS - &gt...
2009 Mar 05
0
[LLVMdev] Fwd: PPC Nightly Build Result
...; > gcc/../include -I./../intl -I/Volumes/SandBox/NightlyTest/ > > llvmgcc42.roots/llvmgcc42~obj/src/gcc/../libcpp/include  -I/Volumes/ > > SandBox/NightlyTest/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../ > > libdecnumber -I../libdecnumber -I/Volumes/SandBox/NightlyTest/ > > llvmCore.roots/llvmCore~dst/De > > veloper/usr/local/include -I/Volumes/SandBox/NightlyTest/ > > llvmCore.roots/llvmCore~obj/src/include -DENABLE_LLVM -I/Volumes/ > > SandBox/NightlyTest/llvmCore.roots/llvmCore~dst/Developer/usr/local/ > > include  -D_DEBUG  -D_GNU_SOURCE -D__STDC_LI...
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
2009 Mar 05
1
[LLVMdev] Fwd: PPC Nightly Build Result
..../include -I./../intl -I/Volumes/SandBox/NightlyTest/ >>> llvmgcc42.roots/llvmgcc42~obj/src/gcc/../libcpp/include -I/Volumes/ >>> SandBox/NightlyTest/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../ >>> libdecnumber -I../libdecnumber -I/Volumes/SandBox/NightlyTest/ >>> llvmCore.roots/llvmCore~dst/De >>> veloper/usr/local/include -I/Volumes/SandBox/NightlyTest/ >>> llvmCore.roots/llvmCore~obj/src/include -DENABLE_LLVM -I/Volumes/ >>> SandBox/NightlyTest/llvmCore.roots/llvmCore~dst/Developer/usr/local/ >>> include -D_DEBUG -D_GNU_SOURCE...
2015 Feb 12
4
[LLVMdev] Building clang on Raspberry Pi2
The raspberry Pi2 is an armv7a chip (Cortex-A7), the first stage builds fine with the native g++ (if not a little slowly at 10+ hours), but it crashes at some point with this command line: Program arguments: /home/ben/development/llvm/3.6.0/rc2/Phase2/Release/llvmCore-3.6.0-rc2.install/bin/clang -cc1 -triple armv7-unknown-linux-gnueabihf -emit-obj -disable-free -disable-llvm-verifier -main-file-name APFloat.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -fuse-init-array -target-cpu cortex-a8 -tar...
2017 Feb 09
2
[Release-testers] [4.0.0 Release] Release Candidate 2 has been tagged
...re looks like this: > > FAIL: LLVM :: tools/llvm-xray/X86/convert-with-debug-syms.txt (31351 of 33866) > ******************** TEST 'LLVM :: tools/llvm-xray/X86/convert-with-debug-syms.txt' FAILED ******************** > Script: > -- > /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/llvm-xray convert -m /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/Inputs/elf64-sample-o2.bin -y /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/Inputs/naive-log-simple.xray -f=yaml -o - 2>&1 | /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0 &...
2015 Jan 31
0
[LLVMdev] [3.6 Release] RC2 has been tagged, Testing Phase II begins
...e tracking bug for 3.6 blockers is http://llvm.org/pr22374. Please > file issues against it. > > Thanks for helping with the release! This time I got an error during check-all, on i386-unknown-freebsd10: [...] gmake[1]: Entering directory `/home/dim/llvm-3.6.0/rc2/Phase3/Release/llvmCore-3.6.0-rc2.obj/test' Making LLVM 'lit.site.cfg' file... Making LLVM unittest 'lit.site.cfg' file... gmake -C /home/dim/llvm-3.6.0/rc2/Phase3/Release/llvmCore-3.6.0-rc2.obj/test/../tools/clang/test lit.site.cfg Unit/lit.site.cfg gmake[2]: Entering directory `/home/...
2010 Mar 18
0
[LLVMdev] How to link LLVMCore.a into a custom pass that is fed to opt
Hey all, I need to use C bindings in a pass that I am authoring (specifically, I want to use the OCaml bindings that are tied to the C bindings to author the pass). However, this requires that I link in LLVMCore to provide said bindings to my library. From what I've read, there is a known issue with linking LLVMCore into a module that is fed to opt. Namely, you get the following assertion: [posera ~]$ opt -load "downloads/llvm2.6/Debug/lib/Sample2.so" --sample2 test.bc opt: Pass.cpp:152: v...
2017 Feb 09
7
[4.0.0 Release] Release Candidate 2 has been tagged
Hello testers, 4.0.0-rc2 was just tagged from the branch at r294535. There are still open relase blocking bugs and merge requests, so this will not be the last release candidate, but we've had a lot of merges since the last one, and I'd like to see what the testing looks like. The test-release.sh script was updated to also include lld. Make sure you're using the latest version of
2018 Jun 07
2
[Release-testers] 6.0.1-rc2 has been tagged
On 06/05/2018 10:47 AM, Dimitry Andric wrote: > On 4 Jun 2018, at 18:01, Tom Stellard via Release-testers <release-testers at lists.llvm.org> wrote: >> >> The 6.0.1-rc2 release has been tagged. Testers may begin testing and >> reporting results. > > Built for FreeBSD 10, tested and uploaded: > > SHA256 (clang+llvm-6.0.1-rc2-amd64-unknown-freebsd10.tar.xz)
2019 Sep 13
2
[9.0.0 Release] Release Candidate 4 is here
...python > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc4/llvm.src/tools/clang/tools/extra/test/../test/../clang-tidy/tool/run-clang-tidy.py > --help > : 'RUN: at line 2';   rm -rf > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc4/Phase3/Release+Asserts/llvmCore-9.0.0-rc4.obj/tools/clang/tools/extra/test/clang-tidy/Output/run-clang-tidy.cpp.tm > p > : 'RUN: at line 3';   mkdir > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc4/Phase3/Release+Asserts/llvmCore-9.0.0-rc4.obj/tools/clang/tools/extra/test/clang-tidy/Output/run-clang...
2006 May 31
2
[LLVMdev] Times/Sizes of LLVMCore.o vs libLLVMCore.a
(Sorry, previous post got sent by accident. This is the real one) Folks, Here's some timing results looking at LLVM when it uses libLLVMCore.o vs. libLLVMCore.a. We're trying to decide which way to go and thought some data would help. The net of it is that using libLLVMCore.a is cheaper in both time and size of executables. We save 37 seconds on linking LLVMCore and about 1 minute 30 seconds linking all the tools. The executables...
2009 Jun 30
0
[LLVMdev] llvm-gcc-4.2 build failure: llvm-convert.cpp:‘ReplacementStrings’ may be used uninitialized in this function
...oots/llvmgcc42~obj/src/gcc -I/tmp/llvmgcc42.roots/ llvmgcc42~obj/src/gcc/. -I/tmp/llvmgcc42.roots/llvmgcc42~obj/src/ gcc/../include -I./../intl -I/tmp/llvmgcc42.roots/llvmgcc42~obj/src/ gcc/../libcpp/include -I/tmp/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../ libdecnumber -I../libdecnumber -I/tmp/llvmCore.roots/llvmCore~dst/ Developer/usr/local/include -I/tmp/llvmCore.roots/llvmCore~obj/src/ include -DENABLE_LLVM -I/tmp/llvmCore.roots/llvmCore~dst/Developer/usr/ local/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS - D__STDC_CONSTANT_MACROS -DLLVM_VERSION_INFO='"063009"'...
2019 Sep 13
2
[9.0.0 Release] Release Candidate 4 is here
Thanks! I'll get this posted on the web site. The "Performing Test ... failed to compile" failures from cmake are not interesting. But could you look in the log file and try to see what were the tests that failed in the "check-all" step? On Thu, Sep 12, 2019 at 4:39 PM Neil Nelson via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Xubuntu/Ubuntu 19.04,
2015 Jan 31
2
[LLVMdev] [3.6 Release] RC2 has been tagged, Testing Phase II begins
...http://llvm.org/pr22374. Please >> file issues against it. >> >> Thanks for helping with the release! > > This time I got an error during check-all, on i386-unknown-freebsd10: > > [...] > gmake[1]: Entering directory `/home/dim/llvm-3.6.0/rc2/Phase3/Release/llvmCore-3.6.0-rc2.obj/test' > Making LLVM 'lit.site.cfg' file... > Making LLVM unittest 'lit.site.cfg' file... > gmake -C /home/dim/llvm-3.6.0/rc2/Phase3/Release/llvmCore-3.6.0-rc2.obj/test/../tools/clang/test lit.site.cfg Unit/lit.site.cfg > gmake[2]: Enteri...
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
2006 May 31
0
[LLVMdev] Times/Sizes of LLVMCore.o vs libLLVMCore.a
Folks, Here's some timing results looking at LLVM when it uses libLLVMCore.o vs. libLLVMCore.a. We're trying to decide which way to go and thought some data would help. The data below was generated from using GCC 3.4.6 and binutils 2.15.92 on Fedora Core 3 running on a 2.4GHz Dual Xenon with 1GB of ram. Time With libLLVMCore.a With LLVMCore.o Link Real Time (-j 1) 2...
2018 Aug 03
10
[7.0.0 Release] rc1 has been tagged
Dear testers, 7.0.0-rc1 was just tagged (from the branch at r338847). It's early in the release process, but I'd like to find out what the status is of the branch on our various platforms. Please run the test script, share the results, and upload binaries. Thanks, Hans
2015 Jan 31
12
[LLVMdev] [3.6 Release] RC2 has been tagged, Testing Phase II begins
Hi testers, 3.6.0-rc2 was just tagged. Please test and build binaries. The tracking bug for 3.6 blockers is http://llvm.org/pr22374. Please file issues against it. Thanks for helping with the release! Hans
2009 Oct 27
3
[LLVMdev] llvmgcc ToT broken
...nd 7PM PDT. The assertion is Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) == Params[i]->getType()) && "Calling a function with a bad signature!"), function init, file /Volumes/Sandbox/Buildbot/llvm/ build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/ src/lib/VMCore/Instructions.cpp, line 312. It seems to be compiling function uw_frame_state_for() within unwind- dw2.c; apparently the parameter types weren't a good match for a call to __builtin_object_size(). Does this look familiar to anyone? stuart --------------...