[llvm-commits] [llvm] r144962 - in /llvm/trunk: lib/Transforms/Instrumentation/AddressSanitizer.cpp test/Instrumentation/AddressSanitizer/bug_11395.ll
Kostya Serebryany
kcc at google.com
Fri Mar 9 09:35:30 PST 2012
Hi Takumi,
> +; RUN: opt < %s -asan -S | llc -o /dev/null
> > +; The bug manifests as a reg alloc failure:
> > +; error: ran out of registers during register allocation
> > +; ModuleID = 'z.o'
> > +target datalayout =
> "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32-S128"
> > +target triple = "i386-unknown-linux-gnu"
>
> It fails if targets_to_build does not contain x86.
>
Is that because the tests have "target triple" or because this particular
test has x86 assembly?
>
> ...Takumi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120309/4a732ad4/attachment.html>
More information about the llvm-commits
mailing list