Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 363 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 363 Bytes

hello-cpp

LLVM - Low Level Virtual Machine

Troubleshooting

  1. zsh: command not found: code

Command+shift+P, enter shell command

See https://code.visualstudio.com/docs/setup/mac

  1. clang: error: linker command failed with exit code 1 (use -v to see invocation)
- "command": "/usr/bin/clang",
+ "command": "/usr/bin/clang++",