|
Roll Clang 214024:216630 (+216684) and switch to CMake (try 3)
This updates Chromium's clang version to r216630 with
r216684 cherry-picked to fix an ASan issue.
It also changes the build script for Clang to use CMake
instead of Autoconf. The ASan team say this configuration
is better tested, and it also makes us consistent with
the Windows Clang build which already uses CMake.
BUG= 400849
R=thakis@chromium.org
TBR=brettw
Committed: https://crrev.com/bb493574c5f5ca5b572849676b69ab7bfec9828d
Cr-Commit-Position: refs/heads/master@{#295289}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+369 lines, -176 lines) |
Patch |
 |
M |
build/config/compiler/BUILD.gn
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp
|
View
|
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/CMakeLists.txt
|
View
|
1
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
D |
tools/clang/blink_gc_plugin/Makefile
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
M |
tools/clang/blink_gc_plugin/tests/test.sh
|
View
|
|
3 chunks |
+17 lines, -14 lines |
0 comments
|
Download
|
 |
A |
tools/clang/plugins/CMakeLists.txt
|
View
|
1
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/clang/plugins/FindBadConstructsAction.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/clang/plugins/FindBadConstructsAction.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
tools/clang/plugins/Makefile
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
tools/clang/plugins/tests/test.sh
|
View
|
|
3 chunks |
+17 lines, -13 lines |
0 comments
|
Download
|
 |
M |
tools/clang/scripts/blink_gc_plugin_flags.sh
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/clang/scripts/package.sh
|
View
|
|
6 chunks |
+18 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/clang/scripts/repackage.sh
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/clang/scripts/update.sh
|
View
|
1
|
13 chunks |
+206 lines, -84 lines |
3 comments
|
Download
|
Total messages: 13 (2 generated)
|