aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorPetr Hosek <phosek@google.com>2023-06-28 07:14:00 +0000
committerPetr Hosek <phosek@google.com>2023-07-11 23:05:45 +0000
commitb47beecc817155fa065272ceecdf5486e2bef36e (patch)
treed2572270d228e975c8053b4a665914997dd1de7b /lldb/source/Plugins/ScriptInterpreter/Python
parenta1383db75561fd96d1c196b09655ffd5a705bae7 (diff)
downloadllvm-b47beecc817155fa065272ceecdf5486e2bef36e.zip
llvm-b47beecc817155fa065272ceecdf5486e2bef36e.tar.gz
llvm-b47beecc817155fa065272ceecdf5486e2bef36e.tar.bz2
[compiler-rt] Move crt into builtins
On Linux crt is typically use in combination with builtins. In the Clang driver the use of builtins and crt is controlled by the --rtlib option. Both builtins and crt also have similar build requirements where they need to be built before any other runtimes and must avoid dependencies. We also want builtins and crt these to be buildable separately from the rest of compiler-rt for bootstrapping purposes. Given how simple crt is, rather than maintaining a separate directory with its own separate build setup, it's more efficient to just move crt into builtins. We still use separate CMake option to control whether to built crt same as before. This is an alternative to D89492 and D136664. Differential Revision: https://reviews.llvm.org/D153989
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions