|
[NaCL SDK] Add initial support for nacl-clang
This adds 'clang-newlib' as new possible value for
$TOOLCHAIN and enables building of most examples
and libraries with the new toolchain.
Initially adding without ARM support. ARM support
will follow shortly.
Also, update buildbot_common.py to output shorter
filenames (making output easier to read).
BUG= 454962
Committed: https://crrev.com/edbe84670e56798b194943dd567a9c38e1d41a6b
Cr-Commit-Position: refs/heads/master@{#316672}
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+168 lines, -57 lines) |
Patch |
 |
M |
native_client_sdk/src/BUILDING.rst
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/build_projects.py
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/build_sdk.py
|
View
|
|
15 chunks |
+47 lines, -23 lines |
8 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/buildbot_common.py
|
View
|
|
3 chunks |
+14 lines, -7 lines |
3 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/parse_dsc.py
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/sdk_files.list
|
View
|
|
2 chunks |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/test_projects.py
|
View
|
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/test_sdk.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/demo/life/example.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/demo/pi_generator/example.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/tutorial/testing/example.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/library.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/ppapi_simple/library.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tests/nacl_io_test/example.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tests/sdk_util_test/example.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tools/common.mk
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tools/nacl_config.py
|
View
|
|
6 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tools/nacl_gcc.mk
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
Total messages: 15 (5 generated)
|