https://bugs.llvm.org/show_bug.cgi?id=35371
AlexDenisov <1101.deb...@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from AlexDenisov <1101.deb...@gmail.com> ---
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
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs