[llvm] [mlir] Verify threadlocal_address constraints (PR #87841)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 11:45:53 PDT 2024


sbc100 wrote:

Yes, this is unmodified llvm.   No need to build chromium.   This looks like a Wasm specific issue.   It can be reproduced by simply compiling https://github.com/emscripten-core/emscripten/blob/main/system/lib/libc/emscripten_time.c with emscripten.

To simplify this I've attached the pre-processed version of that file which you can reproduce this crash with using just: `clang -c -target wasm32-unknown-emscripten  repro.c`
[repro.c.gz](https://github.com/llvm/llvm-project/files/14922773/repro.c.gz)




https://github.com/llvm/llvm-project/pull/87841


More information about the llvm-commits mailing list