cd /tmp echo "int main(void) { return 0; }" > llvm-test.cpp && gcc llvm-test.cpp -lLLVM -lLLVMSPIRVLib -o llvm-test && ./llvm-test