Displaying 5 results from an estimated 5 matches for "misopt".
2009 Mar 04
0
[LLVMdev] RFC: test/BugPoint/misopt-basictest.ll
I'm having a problem with test/BugPoint/misopt-basictest.ll. I'm
running it on a machine where gcc defaults to compiling 64-bit
executables. When this test is executed, the code emitted by llc is
32-bit. So when gcc goes to compile it, it errors out because it's
expected 64-bit assembly.
My question is, is it okay to run this test with...
2009 Feb 26
0
[LLVMdev] RFC: Bugpoint Patch
...t;
> I agree.
>
>> I think if you're going to change the test you need to add "target"
>> lines to the test to force it to be compiled 32-bit.
>
> Unfortunately, we don't have that mechanism available for C or C++
> files.
? the failing test is BugPoint/misopt-basictest.ll
>> The real problem is the llvm you're testing is out of sync with the
>> host compiler (for those following along at home, gcc defaults to 64-
>> bit codegen in the environment Bill is testing). I think a better
>> approach is to build llvm in such a way...
2009 Feb 26
2
[LLVMdev] RFC: Bugpoint Patch
On Feb 25, 2009, at 6:01 PM, Dale Johannesen wrote:
> On Feb 25, 2009, at 4:59 PMPST, Bill Wendling wrote:
>
>> I'm running into a problem where I need to have the "gcc" that's
>> executed by "bugpoint" take certain arguments that aren't applicable
>> to "llc". So, I came up with this patch, that adds a new flag
>>
2009 Feb 23
1
[LLVMdev] 2.5 Pre-release2 available for testing
On Mon, Feb 23, 2009 at 12:12 AM, Aaron Gray <
aaronngray.lists at googlemail.com> wrote:
> On Sun, Feb 22, 2009 at 11:15 PM, Anton Korobeynikov <
> anton at korobeynikov.info> wrote:
>
>>
>> Actually its [configure-stage3-intl] where its hanging.
>>
>> This can easily be due to inline FP math in the stdlib headers. For
>> example - I had to
2008 Jun 10
3
[LLVMdev] DejaGNU test fixes
...ugDriver16runPassesAsChildERKSt6vectorIPKNS_8PassInfoESaIS4_EE+0x2aa)[0x83e5b18]
bugpoint(_ZN4llvm9BugDriver3runEv+0x28)[0x83bb184]
bugpoint(main+0x144)[0x83ee6c2]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0x40185050]
bugpoint[0x83bab01]
FAIL: /home/kooijman/src/llvm-trunk/test/BugPoint/misopt-basictest.ll
Failed with unknown error (or has stderr output) at line 1
while running: bugpoint /home/kooijman/src/llvm-trunk/test/BugPoint/misopt-basictest.ll -dce -bugpoint-deletecalls -simplifycfg
Read input file : '/home/kooijman/src/llvm-trunk/test/BugPoint/misopt-basictest.ll'
**...