diff options
| author | Twice <twice@apache.org> | 2025-10-23 13:49:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-23 13:49:07 +0800 |
| commit | 13b5e396a007d119a65e0ba41b1f3604369376aa (patch) | |
| tree | 7fad4bf02afed9a4b57bcf2381a45f34da50a767 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 5c666f559ca7c8ea0058b5b80d8b6059dc358fa7 (diff) | |
| download | llvm-13b5e396a007d119a65e0ba41b1f3604369376aa.zip llvm-13b5e396a007d119a65e0ba41b1f3604369376aa.tar.gz llvm-13b5e396a007d119a65e0ba41b1f3604369376aa.tar.bz2 | |
[MLIR][Python] Skip stubgen while any sanitizer is enabled (#164661)
The intention of this PR is described
https://github.com/llvm/llvm-project/issues/164197#issuecomment-3432843709
(and
https://github.com/llvm/llvm-project/issues/164197#issuecomment-3432935838).
When sanitizers are enabled, some additional setup (such as preloading
certain libraries) seems to be required for the stubgen step to work
properly
(https://github.com/llvm/llvm-project/issues/164197#issuecomment-3432924034).
In this case, I chose to simply skip the stubgen process, as supporting
it would likely require some extra CMake logic, and type stubs don’t
appear to be particularly necessary in this configuration.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
