From d24ae4ea195e44c9a6ed040c334d2bef98fdd9b2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 9 Sep 2013 07:28:35 +0000 Subject: [PATCH] llvm no longer emit c code --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 61f6b567..31c6181f 100644 --- a/debian/control +++ b/debian/control @@ -311,7 +311,7 @@ Description: Modular compiler and toolchain technologies academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can - generate code for X86, SparcV9, PowerPC, or it can emit C code. + generate code for X86, SparcV9, PowerPC or many other architectures. . LLVM is the key component of the clang compiler and the gcc plugin called dragonegg.