mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-19 03:50:13 +00:00
3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
clang++-@LLVM_VERSION@ -stdlib=libc++ "$@"
|