]> granicus.if.org Git - clang/commit
Add support for Ananas platform
authorEd Schouten <ed@nuxi.nl>
Sun, 25 Jun 2017 08:29:09 +0000 (08:29 +0000)
committerEd Schouten <ed@nuxi.nl>
Sun, 25 Jun 2017 08:29:09 +0000 (08:29 +0000)
commit5ffe2de01efe7f79626ff84ba7fca95bbf80e0ab
treec853909343caa375bfdbb73bdd2aef7a7a5a6692
parent283ac36731893129f189c580dbe2b4b1f6e87241
Add support for Ananas platform

Ananas is a home-brew operating system, mainly for amd64 machines. After
using GCC for quite some time, it has switched to clang and never looked
back - yet, having to manually patch things is annoying, so it'd be much
nicer if this was in the official tree.

More information:

https://github.com/zhmu/ananas/
https://rink.nu/projects/ananas.html

Submitted by: Rink Springer
Differential Revision: https://reviews.llvm.org/D32936

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306239 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
lib/Driver/CMakeLists.txt
lib/Driver/Driver.cpp
lib/Driver/ToolChains/Ananas.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Ananas.h [new file with mode: 0644]
test/Driver/ananas.c [new file with mode: 0644]