On Mon, Jan 04, 2021 at 11:51:27AM +0100, Ákos Tompos via llvm-dev wrote: > And if you compile it like this: > clang -fPIC -mcmodel=large -o main main.c That's not really a common combination, so I'm not surprised that you run into issues. Joerg