标签: windows command-line command
在Linux中我运行如下命令:
clang++ -g -O3 toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core` -o toy
此处,llvm-config命令的输出作为clang++命令的输入。
llvm-config
clang++
Windows中的返回刻度(``)相当于什么?