Skip to content

Commit

Permalink
Bug 1478927 - Upgrade clang 6 to 6.0.1 and apply some miscompilation …
Browse files Browse the repository at this point in the history
…patches. r=dmajor

rust-lang/rust#52694 is a miscompilation I
found in rust when it uses system llvm 5 or 6, that was fixed 5 months
ago in the llvm rust bundles. This may or may not affect clang, but
considering it was also reported to upstream llvm independently of rust,
it's better to side with caution.

It doesn't affect 3.9, and bug 1478919 got rid of the last use of clang
5 (except for clang-tidy, but that's not used to compile).

The patches come from the llvm trunk from 5 months ago, so they're
already in our clang 7 snapshots.

Windows static analysis builds are still using an old trunk, but are
stuck on bug 1427808. They're "only" for static analysis, though.

UltraBlame original commit: dfe8ab123e01667be489a20b253e3cd3b20c10bd
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent b585490 commit 1ea81f3
Show file tree
Hide file tree
Showing 4 changed files with 24,068 additions and 14 deletions.
24 changes: 17 additions & 7 deletions build/build-clang/clang-6-linux64.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ llvm_revision
"
:
"
326563
335538
"
"
stages
Expand Down Expand Up @@ -53,7 +53,7 @@ llvm
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand All @@ -80,7 +80,7 @@ cfe
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand All @@ -107,7 +107,7 @@ lld
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand Down Expand Up @@ -136,7 +136,7 @@ rt
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand All @@ -163,7 +163,7 @@ libcxx
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand All @@ -190,7 +190,7 @@ libcxxabi
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand Down Expand Up @@ -304,5 +304,15 @@ find_symbolizer_linux
.
patch
"
"
r322401
.
patch
"
"
r325356
.
patch
"
]
}
24 changes: 17 additions & 7 deletions build/build-clang/clang-6-macosx64.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ llvm_revision
"
:
"
326563
335538
"
"
stages
Expand Down Expand Up @@ -58,7 +58,7 @@ llvm
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand All @@ -85,7 +85,7 @@ cfe
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand All @@ -112,7 +112,7 @@ lld
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand Down Expand Up @@ -141,7 +141,7 @@ rt
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand All @@ -168,7 +168,7 @@ libcxx
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand All @@ -195,7 +195,7 @@ libcxxabi
/
tags
/
RELEASE_600
RELEASE_601
/
final
"
Expand Down Expand Up @@ -432,5 +432,15 @@ codesign
.
patch
"
"
r322401
.
patch
"
"
r325356
.
patch
"
]
}
Loading

0 comments on commit 1ea81f3

Please sign in to comment.