root icon indicating copy to clipboard operation
root copied to clipboard

Consider enabling LLVM_ENABLE_THREADS

Open vgvassilev opened this issue 1 year ago • 2 comments

As per https://github.com/root-project/root/blob/a05d4beded1481a86a65e450826352eb528b03e7/interpreter/CMakeLists.txt#L51 we explicitly disable the llvm threading support. That leaves us on a quite untested code especially with the ORCV2 infrastructure which makes use of asynchronous compilation.

vgvassilev avatar Nov 13 '22 11:11 vgvassilev