diff options
author | Petr Hosek <phosek@google.com> | 2024-01-02 21:31:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 21:31:26 -0800 |
commit | ed3e007a8759508973f9c67209958e219e515bf8 (patch) | |
tree | f18273c1b40caff702ca1643894f1775e5134a4d /llvm/lib/Object/WasmObjectFile.cpp | |
parent | 214b434dc8e7b414f280e583943d267c857ce19a (diff) | |
download | llvm-ed3e007a8759508973f9c67209958e219e515bf8.zip llvm-ed3e007a8759508973f9c67209958e219e515bf8.tar.gz llvm-ed3e007a8759508973f9c67209958e219e515bf8.tar.bz2 |
[CMake] Create generic runtimes targets as needed (#76096)
We currently create a generic runtime target for all subbuilds. For
example if we're building libcxx for aarch64-linux-gnu and
x86_64-linux-gnu, we would create the cxx target that would depend on
cxx-aarch64-linux-gnu and cxx-x86_64-linux-gnu. The current
implementation creates the generic runtimes targets ahead of time which
introduces an issue where different subbuilds enable different runtimes.
We should instead create the generic targets as needed.
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions