Why is the preprocessing output of clang duplicated for cuda files?

前端 未结 0 565
一整个雨季
一整个雨季 2021-01-11 22:53

Giving a file the extension .cu causes the preprocessing output (-E) of clang to be duplicated:

$ cat main.cu
int main(){}

$ clang          


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