[LLVMdev] inline asm constraints examples/tests
Daniel Dunbar
daniel at zuster.org
Mon Sep 20 13:18:48 PDT 2010
Hi John,
Have you looked at the GCC test suite? It certainly has some examples
-- I know for sure because one of them is now failing with Clang after
your recent patch. :)
I have a hacked up version in the 'clang-tests' module in SVN which
has been made a bit easier to run with clang.
- Daniel
On Mon, Sep 20, 2010 at 12:07 PM, John Thompson
<john.thompson.jtsoftware at gmail.com> wrote:
> I'm trying to write some tests for inline asm constraints, single and
> multiple alternative.
>
> Does anyone know of some example/test code using all or some subset of the
> constraint letters for one or more platforms that I could look at?
>
> Does anyone know how to set up an asm statement using the "o" constraint?
>
> Thanks.
>
> -John
>
> --
> John Thompson
> John.Thompson.JTSoftware at gmail.com
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
More information about the llvm-dev
mailing list