search for: ccpdq1e2

Displaying 2 results from an estimated 2 matches for "ccpdq1e2".

2009 Oct 19
2
[LLVMdev] Using address space attribute in LLVM
...IVE __attribute__((address_space(256))) int foo(int GS_RELATIVE *P) { return *P; } int main(){ return (1); } ------------------------------ LLVM messsage: ~/test$ llvm-gcc addrspace256.c -emit-llvm -o - addrspace256.c:2: warning: 'address_space' attribute directive ignored /tmp/ccpdq1E2.o: file not recognized: File format not recognized collect2: ld returned 1 exit status -- Juan Carlos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091019/bec9082e/attachment.html>
2009 Oct 19
0
[LLVMdev] Using address space attribute in LLVM
...ATIVE *P) { > return *P; > } > int main(){ > return (1); > } > ------------------------------ > > LLVM messsage: > > ~/test$ llvm-gcc addrspace256.c -emit-llvm -o - > addrspace256.c:2: warning: 'address_space' attribute directive ignored > /tmp/ccpdq1E2.o: file not recognized: File format not recognized > collect2: ld returned 1 exit status > > > -- > Juan Carlos > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiu...