An open API service indexing awesome lists of open source software.

https://github.com/boxdot/amazonlinux-clang

Docker image base on amazonlinux containing standalone llvm, clang, libcxx, and runtime
https://github.com/boxdot/amazonlinux-clang

Last synced: about 1 year ago
JSON representation

Docker image base on amazonlinux containing standalone llvm, clang, libcxx, and runtime

Awesome Lists containing this project

README

          

# Clang toolchain based on amazonlinux

Contains
* git (amazonlinux version)
* cmake (3.7.2)
* llvm (3.9)
* clang
* compiler-rt
* libc++
* libc++abi
* libunwind

Compile with:
```(bash)
$ clang++ --stdlib=libc++ main.cpp -o main -lc++abi -lunwind -rtlib=compiler-rt
```

TODO:
* Remove dependency on GCC (staging needed)