Displaying 20 results from an estimated 5000 matches similar to: "Update frequency of the LLVM APT repositories"
2016 Mar 12
4
Status of the official LLVM APT repositories
On Wed, Mar 9, 2016 at 10:30 PM, Sylvestre Ledru via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Le 09/03/2016 à 21:44, Yury V. Zaytsev a écrit :
> > On Wed, 9 Mar 2016, Sylvestre Ledru wrote:
> >
> >> This is still maintained. However the cmake transition (for both 3.8
> >> and 3.9) wasn't simple... While it should be fine for debian, it
>
2016 Mar 12
0
Status of the official LLVM APT repositories
Le 12/03/2016 à 14:15, Johan Engelen a écrit :
>
>
> > I'm not sure how clean / dirty of a solution you'd be okay with, but
> > I'd just point out that CMake developers provide working binary
> > tarballs for Linux with every release at
> https://cmake.org/download/ .
> > So, if you are not a purist and/or need the CMake backport for
2016 Apr 13
2
Status of the official LLVM APT repositories
On Wed, Apr 13, 2016 at 2:09 AM, Amaury SECHET via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> I'd like to shime in here. These apt repository used to contain packages
> named llvm-3.8-tools containing, amongst other things, the lit python
> library used to test llvm. It seems that it went away recently and I have
> travis build failing because of this.
>
> What is
2016 Jun 20
3
Pre-built snapshots of trunk
On Mon, Jun 20, 2016 at 10:01 AM, Anton Korobeynikov via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> > P.S.: On a similar note, are there any news regarding llvm.org/apt?
> We are working on it. Note, however, that it seems that the majority
> of bogus load seemed to come from CI systems, which pulled apt repo
> for every and each downstream commit without any caching /
2016 Mar 09
2
Status of the official LLVM APT repositories
On Wed, 9 Mar 2016, Sylvestre Ledru wrote:
> This is still maintained. However the cmake transition (for both 3.8 and
> 3.9) wasn't simple... While it should be fine for debian, it might need
> more work for old Ubuntu (back port of cmake)
Hi Sylvestre,
Thank you for the clarification! Any ETAs on when the APT repositories are
going to be updated with LLVM 3.8 & 3.9 builds?
2017 May 14
2
apt.llvm.org: Ubuntu Trusty update rate
Hello all,
For CI testing of LDC with LLVM trunk we use CircleCI, which offers
Ubuntu Trusty 14.04. We use apt.llvm.org, but the latest update of the
"nightly" package is now more than a month ago. Previously the update
rate was once a week, which was OK as it meant that we only had a few
days of test breakage after an API change (and after a dev updated LDC
to build with a locally
2018 Jan 07
0
something wrong with the trusty ppa?
I started getting this last night on Travis CI:
E: Failed to fetch
http://apt.llvm.org/trusty/pool/main/l/llvm-toolchain-5.0/llvm-5.0-dev_5.0.1~svn319952-1~exp1_amd64.deb
503 Connection timed out
see https://travis-ci.org/zig-lang/zig/jobs/326165753
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2024 Dec 10
0
Processing of xen_4.19.0+14-g0918434e0f-1~exp1_multi.changes
xen_4.19.0+14-g0918434e0f-1~exp1_multi.changes uploaded successfully to localhost
along with the files:
xen_4.19.0+14-g0918434e0f-1~exp1.dsc
xen_4.19.0+14-g0918434e0f.orig.tar.xz
xen_4.19.0+14-g0918434e0f-1~exp1.debian.tar.xz
libxen-dev_4.19.0+14-g0918434e0f-1~exp1_amd64.deb
libxencall1t64-dbgsym_4.19.0+14-g0918434e0f-1~exp1_amd64.deb
2016 Apr 13
2
Status of the official LLVM APT repositories
On Wed, 13 Apr 2016 at 08:10 Amaury SECHET via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> I'd like to shime in here. These apt repository used to contain packages
> named llvm-3.8-tools containing, amongst other things, the lit python
> library used to test llvm. It seems that it went away recently and I have
> travis build failing because of this.
>
> What is
2016 Jun 11
2
Temporary alternative: [was: Re: IMPORTANT: APT repo temporary switched off]
On Sat, Jun 11, 2016 at 7:57 PM, Tobias Grosser <tobias at grosser.es> wrote:
> On 06/11/2016 07:52 PM, Johan Engelen via llvm-dev wrote:
> > On Fri, Jun 10, 2016 at 9:00 PM, Sylvestre Ledru via llvm-dev
> > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
> >
> > http://llvm-apt.ecranbleu.org/apt/
> >
> >
2014 May 05
4
[LLVMdev] Ubuntu 14.04 Trusty packages broken
On 02/05/2014 11:26, Adam Strzelecki wrote:
>> It should be fixed. Can you confirm?
>
> Nope. Sorry. Still doesn't work here:
>
> Get:3 http://llvm.org/apt/trusty/ llvm-toolchain-trusty/main libllvm3.5 amd64 1:3.5~svn207822-1~exp1 [7,300 kB]
> Get:4 http://llvm.org/apt/trusty/ llvm-toolchain-trusty/main llvm-3.5-runtime amd64 1:3.5~svn207822-1~exp1 [52.0 kB]
> Get:5
2015 Dec 18
3
InstrProf backward compatibility
Hi all,
I am working on adding PGO to LDC (LLVM D Compiler). The current
implementation
1) uses LLVM's InstrProf pass to generate an instrumented executable
2) links to compiler-rt/lib/profile for the runtime functionality to write
a raw profile data file
3) uses llvm-profdata to merge profile data and convert from profraw to
profdata format
4) uses llvm::IndexedInstrProfReader to read-in
2016 Oct 03
2
ThinLTO: module-scope inline assembly blocks
On Mon, Oct 3, 2016 at 4:27 PM, Teresa Johnson <tejohnson at google.com> wrote:
>
>
> On Mon, Oct 3, 2016 at 6:53 AM, Johan Engelen via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi all,
>> I am trying to add ThinLTO to the LDC compiler. It seems to work well
>> on Mac (XCode 8) and Ubuntu (ld.gold + LLVMgold plugin).
>> However, I am
2019 Oct 30
2
llvm-config --cxxflags should report C++ language standard version
Hi all,
Since 2724d9e12960cc1d93eeabbfc9aa1bffffa041cc, llvm-config -cxxflags no
longer reports the C++ language standard version (e.g. "-std=c++14") used
to compile LLVM. This may break builds of projects that build with the same
flags as LLVM, e.g. the LDC compiler.
Quoting from llvm/tools/llvm-config/CMakeLists.txt:
```
# The language standard potentially affects the ABI/API of
2016 Jun 11
2
Temporary alternative: [was: Re: IMPORTANT: APT repo temporary switched off]
On Fri, Jun 10, 2016 at 9:00 PM, Sylvestre Ledru via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hello,
> Le 31/05/2016 à 19:27, Anton Korobeynikov a écrit :
> > TL;DR: APT repo switched off due to excessive load / traffic
> >
> > Recently we realized that APT repo generates almost 95% of I/O on
> > llvm.org and more than 40% of network bandwidth alone.
2014 Apr 30
2
[LLVMdev] Ubuntu 14.04 Trusty packages broken
Hello,
I don't know how it happened, but recent Ubuntu builds have broken -dev packages, which contain same libraries as non-dev packages.
dpkg: error processing archive /var/cache/apt/archives/libllvm3.5_1%3a3.5~svn207603-1~exp1_amd64.deb (--unpack):
trying to overwrite '/usr/lib/llvm-3.5/lib/libLLVM-3.5.so', which is also in package llvm-3.5-dev 1:3.5~svn207603-1~exp1
dpkg:
2016 Apr 13
3
Status of the official LLVM APT repositories
On Wed, 13 Apr 2016 at 09:38 Amaury SECHET <deadalnix at gmail.com> wrote:
> I'd be happy to do it, but this is a bit much high level for me to be
> actionable. Can you explain me what I should do to reintroduce them int he
> debian packaging ?
>
On the CMake side, I'm not sure. I think it's just a matter of using the
"install()" functions to install them
2016 Mar 30
2
Status of the official LLVM APT repositories
Le 29/03/2016 à 14:17, Yury V. Zaytsev a écrit :
> Hi Sylvestre,
> ri
> On Sat, 12 Mar 2016, Sylvestre Ledru wrote:
>
>> I am working on it as we speak. Hopefully, most of the 3.8 & 3.9 packages are going to be green by next week.
>
> Any updates on that?
Yes, most of the remaining issues are fixed (the sync to llvm.org/apt was disabled). I will send a summary soon.
2014 May 01
2
[LLVMdev] Ubuntu 14.04 Trusty packages broken
On 30/04/2014 12:50, Sylvestre Ledru wrote:
> On 30/04/2014 12:42, Adam Strzelecki wrote:
>> Hello,
>>
>> I don't know how it happened, but recent Ubuntu builds have broken -dev packages, which contain same libraries as non-dev packages.
>>
>>
>> dpkg: error processing archive /var/cache/apt/archives/libllvm3.5_1%3a3.5~svn207603-1~exp1_amd64.deb
2019 Oct 31
3
llvm-config --cxxflags should report C++ language standard version
On Thu, Oct 31, 2019 at 3:46 AM Saleem Abdulrasool <compnerd at compnerd.org>
wrote:
> On Wed, Oct 30, 2019 at 4:17 PM Johan Engelen <jbc.engelen at gmail.com>
> wrote:
>
>> Hi all,
>> Since 2724d9e12960cc1d93eeabbfc9aa1bffffa041cc, llvm-config -cxxflags
>> no longer reports the C++ language standard version (e.g. "-std=c++14")
>> used to