中文
注册

使用毕昇编译器

编译运行C/C++程序

clang  [command line flags]  hello.c  -o  hello.o 
./hello.o
clang++  [command line flags]  hello.cpp  -o  hello.o 
./hello.o

编译运行Fortran程序

flang  [command line flags]  hello.f90  -o  hello.o 
./hello.o

指定链接器

毕昇编译器指定的链接器是LLVM的lld,若不指定它则使用默认的ld。

clang  [command line flags]  -fuse-ld=lld  hello.c  -o  hello.o 
./hello.o
搜索结果
找到“0”个结果

当前产品无相关内容

未找到相关内容,请尝试其他搜索词