diff options
| author | Alexander Richardson <alexrichardson@google.com> | 2024-01-16 17:11:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-16 17:11:35 -0800 |
| commit | 0266f414f624ebd74f8607ebd3ac94bbb93b0ebb (patch) | |
| tree | 964d05edb4c03e5d71ec12b717426b6d520d9f25 /lldb/test/API/functionalities/executable_first/TestExecutableFirst.py | |
| parent | b6f922fbf5e983122271aa12acb33f6172046d4d (diff) | |
[compiler-rt] Drop COMPILER_RT_BUILD_CRT workaround (#78331)
This variable was explicitly removed from the cache to ease transition
from existing build directories but that breaks passing
COMPILER_RT_BUILD_CRT=OFF on the command line. I was surprised to see
the CRT builds being run for my builtins-only build config (I noticed
because one of the tests was failing despite having `REQUIRES: crt`).
If I pass `-DCOMPILER_RT_BUILD_CRT=OFF` to cmake and add some prints
around the `unset` statement it shows the following:
```
-- before unset(): COMPILER_RT_BUILD_CRT=OFF
-- after unset: COMPILER_RT_BUILD_CRT=
-- after cmake_dependent_option COMPILER_RT_BUILD_CRT=ON
```
Drop this temporary workaround now that over 6 months have passed.
Diffstat (limited to 'lldb/test/API/functionalities/executable_first/TestExecutableFirst.py')
0 files changed, 0 insertions, 0 deletions
