History log of /external/skia/infra/bots/assets/clang_linux/create.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bede88e72757ef9f30fa1aa0e62527d841da269c 29-Sep-2017 Kevin Lubick <kjlubick@google.com> Add coverage related binaries to clang_linux asset

Add --depth 1 to the git clone commands to speed up the creation,
since we don't need all of the history ever to build.

Bug: skia:7080
Change-Id: Idcde5657e2097c2dbc259ab29b24d596b5623364
Reviewed-on: https://skia-review.googlesource.com/53481
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
/external/skia/infra/bots/assets/clang_linux/create.py
bc7b1eab6ce374cb184857ab79fcc840e9587e3e 08-Sep-2017 Mike Klein <mtklein@chromium.org> update clang_linux package to Clang 5

Disable some new warning flags to get us building.

Change-Id: I10299d667b06fb61d03e52329883c634bd42f45c
Reviewed-on: https://skia-review.googlesource.com/44341
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
/external/skia/infra/bots/assets/clang_linux/create.py
ea0f845bf6525b41898899b3f33f3cc960443881 13-Apr-2017 Kevin Lubick <kjlubick@google.com> Update clang_linux to version 4

Bug: skia:
Change-Id: Iab4fcd7b8f17fa7bf478e879a325759e0c622b1a
Reviewed-on: https://skia-review.googlesource.com/13120
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
/external/skia/infra/bots/assets/clang_linux/create.py
35ffbe65aef297c854b41327f0e97c941f6720f7 04-Apr-2017 Mike Klein <mtklein@chromium.org> Revert "Update clang linux to release_40"

This reverts commit a08104abf2850546d97c5d33f5fb5fabedf45466.

Reason for revert: MSAN's failing immediately, and ASAN is catching a new leak:

==20306==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 4112 byte(s) in 257 object(s) allocated from:
#0 0x138828b (/b/s/w/irNps76D/out/Release/dm+0x138828b)
#1 0x2c07b76 (/b/s/w/irNps76D/out/Release/dm+0x2c07b76)



Original change's description:
> Update clang linux to release_40
>
> Bug: skia:
> Change-Id: Ibe2406592024a4eb20b278ad189d3abddec129d9
> Reviewed-on: https://skia-review.googlesource.com/11285
> Reviewed-by: Mike Klein <mtklein@chromium.org>
> Commit-Queue: Mike Klein <mtklein@chromium.org>
>

TBR=mtklein@chromium.org,mtklein@google.com,kjlubick@google.com,reviews@skia.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Change-Id: I178c129cf19ed38f0a91ea3eea583643daadc2c7
Reviewed-on: https://skia-review.googlesource.com/11288
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
/external/skia/infra/bots/assets/clang_linux/create.py
a08104abf2850546d97c5d33f5fb5fabedf45466 04-Apr-2017 Kevin Lubick <kjlubick@google.com> Update clang linux to release_40

Bug: skia:
Change-Id: Ibe2406592024a4eb20b278ad189d3abddec129d9
Reviewed-on: https://skia-review.googlesource.com/11285
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
/external/skia/infra/bots/assets/clang_linux/create.py
1a9466799ecde49f6231c9b79f4745fb789836c2 07-Sep-2016 mtklein <mtklein@chromium.org> clang_linux: also build an MSAN libc++

This will be used by MSAN bots: build with -stdlib=libc++,
then run with LD_LIBRARY_PATH=/path/to/clang_linux/msan.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2324503002

Review-Url: https://codereview.chromium.org/2324503002
/external/skia/infra/bots/assets/clang_linux/create.py
795423198ba883393a56196c6ea4481efabba311 02-Sep-2016 mtklein <mtklein@chromium.org> GN: Build and link with LLD when using our Clang toolchain.

I am hoping this makes it easier to get *SAN bots going.
Today we're generating a libcompiler_rt.a that's using a
relocation type that the ld on the bots doesn't know about.
This lld is will know about anything our Clang generates.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2301273002

Review-Url: https://codereview.chromium.org/2301273002
/external/skia/infra/bots/assets/clang_linux/create.py
da8f6546da87ff72db785cef268b176547541fed 31-Aug-2016 mtklein <mtklein@chromium.org> Add and use a clang_linux asset.

This gives us a consistent Clang toolchain on Linux bots,
most importantly for *SAN bots. It's ~300MB unpacked.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2294353002

Review-Url: https://codereview.chromium.org/2294353002
/external/skia/infra/bots/assets/clang_linux/create.py