Is LLC not optimizing properly?

后端 未结 0 412
无人共我
无人共我 2020-12-23 10:56

I have a simple c code:

// main.c
#include 
void foo()
{ 
}

int main()
{
    return 0;
}

Output of following command



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题