commit | b27e408beca67a5be3d148a5270e7d4ea93f5a3e | [log] [tgz] |
---|---|---|
author | Fumitoshi Ukai <ukai@google.com> | Tue Dec 05 01:03:46 2023 |
committer | Nacl LUCI CQ <nacl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 05 19:17:52 2023 |
tree | 213ccfe87a8f65d0934c6c65feadb6c308b0e0c6 | |
parent | 136d8c740c347c3bc29fbbc2502aaaba22ece9c0 [diff] |
fix saigo remote_toolchain_inputs when rolled 2c9270844347137719af2dc244427ff4182ac6ff or later, saigo uses clang 18 % ls -1 toolchain/linux_x86/saigo_newlib/lib clang cmake libclang-cpp.so libclang-cpp.so.18git libclang.so libclang.so.18.0.0git libclang.so.18git libear libLLVM-18.0.0git.so libLLVM-18git.so libLLVM.so libLTO.so libLTO.so.18git libRemarks.so libRemarks.so.18git libscanbuild Bug: b/302230815 Change-Id: If734477e01d91c131a6fcb6898562eb3174943af Reviewed-on: https://chromium-review.googlesource.com/c/native_client/src/native_client/+/5086407 Reviewed-by: Derek Schuff <dschuff@chromium.org> Auto-Submit: Fumitoshi Ukai <ukai@google.com> Commit-Queue: Derek Schuff <dschuff@chromium.org> Reviewed-by: Fabian Sommer <fabiansommer@chromium.org>
Native Client is a deprecated sandboxing technology. It is currently used by a few third party chrome extensions and chrome apps. Many of the original project pages are not longer available. Some documentation can be found at:
The following list describes major files and directories that you‘ll see in your working copy of the repository, including some directories that don’t exist until you've built Native Client. Paths are relative to the native_client
directory.
COPYING NOTICE README.md RELEASE_NOTES documentation/
: Documentation, release, and license information.
SConstruct scons.bat scons scons-out/ site_scons/
: Build-related files. The scons.bat
and scons
files, with data from SConstruct
, let you build Native Client and its tests. The scons-out
and site-scons
directories don‘t exist in the git repository; they’re created when Native Client is built. The scons-out/*/staging
directories contain files, such as the Native Client plug-in and compiled examples, that let you use and test Native Client.
src/
: Core source code for Native Client.
src/include/
: Header files that are missing from some platforms and are used by more than one major part of Native Client
src/shared/
: Source code that's used by both trusted code (such as the service runtime) and untrusted code (such as Native Client modules)
src/third_party
: Other people's source code
src/trusted/
: Source code that's used only by trusted code
src/untrusted/
: Source code that's used only by untrusted code
tests/common/
: Source code for examples and tests.
../third_party/
: Third-party source code and binaries that aren't part of the service runtime. When built, the Native Client toolchain is in src/third_party/nacl_sdk/
.
tools/
: Utilities such as the plug-in installer.