[LLVMbugs] [Bug 1732] New: llvmc doesn't work with default /usr/local/etc/llvm/c
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Oct 14 09:35:23 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1732
Summary: llvmc doesn't work with default /usr/local/etc/llvm/c
Product: tools
Version: 2.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvmc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: llvmbugs at cs.uiuc.edu
$ cat t.c
int main(){ return 0;
$ llvm t.c -o t
/usr/local/etc/llvm/c:55: Error: Expecting output type value
/usr/local/etc/llvm/c had 1 errors. Terminating.
line 55 of llvm/c is:
optimizer.output = bytecode
If I change it to bitcode, I get:
$ llvmc t.c -o t
llvmc: Can't find program '%llvmcc1%'
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list