craftr-build / craftr-build-4.x

Frontend for the Craftr build framework.
https://craftr-build.github.io/craftr/
Other
60 stars 14 forks source link

Add support for the the AMD Optimizing C/C++ Compiler #193

Closed NiklasRosenstein closed 6 years ago

NiklasRosenstein commented 6 years ago

https://developer.amd.com/amd-aocc/

NiklasRosenstein commented 6 years ago

Turns out the AOOC is just a modified version of Clang. It can be used with the llvm toolchain in Craftr.

$ . /path/to/AOCC/setenv_AOCC.sh
$ craftr -Ocxx:toolchain=llvm ...