[compiler-rt] [sanitizer_common] Provide dummy ThreadDescriptorSize on Solaris (PR #109285)
Rainer Orth via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 06:57:52 PDT 2024
rorth wrote:
This (and the previous) Solaris build breakage are a consequence of the`compiler-rt` source organisation, I belive: quite a number of source files with `linux` in their name are either not Linux-specific at all or contain just a few lines of non-Linux content, which is both very confusing. It's extremely difficult to find one's way through the resulting maze of `#ifdef`s, not breaking non-Linux targets while working on the Linux code.
https://github.com/llvm/llvm-project/pull/109285
More information about the llvm-commits
mailing list