$ cat test.c                                                                    
                                                         
#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("%s", "Hello world\n");
    return EXIT_SUCCESS;
}
$ llvm-gcc -o test test.c && ./test ; dpkg -l llvm\*|grep ^ii                   
                                                         
Hello world
ii  llvm                                       2.4-1~exp1                       
             Low-Level Virtual Machine (LLVM) compiler for C/C++
ii  llvm-dev                                   2.4-1~exp1                       
             common libraries and headers for LLVM compiler for 
ii  llvm-gcc-4.2                               2.2-1                            
             C front end for LLVM C/C++ compiler

** Changed in: llvm (Ubuntu)
       Status: New => Fix Released

-- 
llvm-cfe is unusable due to incorrect executable paths in wrapper script
https://bugs.launchpad.net/bugs/203777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to