Displaying 4 results from an estimated 4 matches for "module_code_globalvar".
2012 Nov 09
3
[LLVMdev] MODULE_CODE_GLOBALVAR error
Hi,
I have istalled LLVM 3.1 Release+Asserts build. I was just trying out the
hello world sequence of steps in the installation instructions. However
when I run lli or llvm-dis I get an error "invalid MODULE_CODE_GLOBALVAR
record".
I have searched the web and I am not able to fathom what the problem and
its fix is. I have GCC 4.6.3 running on a Ubuntu 12.04 LTS x86-64.
Please let me know what the fix is.
I also tried installing the Debug+Asserts build from the svn. It generates
an error while installing.
Tha...
2012 Nov 09
0
[LLVMdev] Fwd: MODULE_CODE_GLOBALVAR error
Forwarding to llvmdev.
---------- Forwarded message ----------
From: *Dmitri Gribenko*
Date: Friday, November 9, 2012
Subject: [LLVMdev] MODULE_CODE_GLOBALVAR error
To: Arvind Haran <arvi90 at gmail.com>
On Friday, November 9, 2012, Arvind Haran wrote:
> The last few lines of the build:
It looks like you don't have enough RAM to link the debug binary.
>
> clang: error: unable to execute command: Killed
> clang: error: linker c...
2012 Sep 14
1
[LLVMdev] Problem in installing LLVM-2.8
...the llvm site ("http://llvm.org/docs/GettingStarted.html") and tried to run the hello program. Then I compiled the C file to llvm bitcode (clang -O3 -emit-llvm hello.c -c -o hello.bc). But when I wanted to run the bitcode file (lli hello.bc), it says: "lli: hello.bc: Invalid MODULE_CODE_GLOBALVAR record". So the botcode is not generated correctly. I also tried to run the other examples, but i could not run them either. I can run the executable file though. So the gcc works correctly.
Could you please help me to solve this problem and get it work?
Regards,
Reza
-------------- n...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:
>
> On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote:
>
> On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>>
>> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote:
>>