forked from OSchip/llvm-project
ba4537b227
ld64 implicitly ad-hoc code-signs as of Xcode 12, and `strip` and friends know how keep this special ad-hoc signature valid. So this should have no effective behavior change, except that you can now strip libclang_rt.asan_osx_dynamic.dylib and it'll still have a valid ad-hoc signature, instead of strip printing "warning: changes being made to the file will invalidate the code signature in:" and making the ad-hoc code signature invalid. Differential Revision: https://reviews.llvm.org/D123475 |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
www | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
README.txt |
README.txt
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================