summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-02-21 17:04:31 -0600
committerGitHub <noreply@github.com>2024-02-21 17:04:31 -0600
commit049e142badfca3fae5c190c5d4b37acdd2e9c10c (patch)
tree3450e32113b3021363e43b5ab8d6740bc84efbae /lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py
parent828bf134d732a29146d1dd666548c75b49012b08 (diff)
[libc] Fix startup utilities failing to install in full build mode (#82522)
Summary: Currently, doing `ninja install` will fail in fullbuild mode due to the startup utilities not being built by default. This was hidden previously by the fact that if tests were run, it would build the startup utilities and thus they would be present. This patch solves this issue by making the `libc-startup` target a dependncy on the final library. Furthermore we simply factor out the library install directory into the base CMake directory next to the include directory handling. This change makes the `crt` files get installed in `lib/x86_64-unknown-linu-gnu` instead of just `lib`. This fixes an error I had where doing a runtimes failed to install its libraries because the install step always errored.
Diffstat (limited to 'lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py')
0 files changed, 0 insertions, 0 deletions