Issue | 145510 |
---|---|
Summary | different bewteen gcc -fPIC -mlong-calls and clang -fPIC -mlong-calls |
Labels | clang |
Assignees | |
Reporter | LukeSTM |
demo: ``` #include <stdio.h> int main () { printf("hello"); return 0; } ``` https://godbolt.org/z/MzdPY3oTs
Hi, i want know why gcc use got and clang not
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs