https://bugs.llvm.org/show_bug.cgi?id=35371
AlexDenisov <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from AlexDenisov <[email protected]> ---
Hi Lang,
That's a good hint :)
I compile files without any flags:
clang -c main.c
while enabling large code model explicitly does the job:
clang -mcmodel=large -c main.c
I am closing the issue, the workaround is good enough!
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs