r192417 - The emitted IR is the same, we need these flags to actually use the LLVM target.

Sean Silva silvas at purdue.edu
Thu Oct 10 21:11:28 PDT 2013


+// REQUIRES: x86-registered-target

Gah, this would have made my life easier in the past!
Do you know if there is documentation about all the possible REQUIRES
qualifiers?

-- Sean Silva


On Thu, Oct 10, 2013 at 11:52 PM, Nick Lewycky <nicholas at mxc.ca> wrote:

> Author: nicholas
> Date: Thu Oct 10 22:52:43 2013
> New Revision: 192417
>
> URL: http://llvm.org/viewvc/llvm-project?rev=192417&view=rev
> Log:
> The emitted IR is the same, we need these flags to actually use the LLVM
> target.
> Mark it as requiring the x86 target.
>
> Modified:
>     cfe/trunk/test/CodeGen/sections.c
>
> Modified: cfe/trunk/test/CodeGen/sections.c
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/sections.c?rev=192417&r1=192416&r2=192417&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/CodeGen/sections.c (original)
> +++ cfe/trunk/test/CodeGen/sections.c Thu Oct 10 22:52:43 2013
> @@ -1,3 +1,5 @@
> +// REQUIRES: x86-registered-target
> +
>  // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -S -o - < %s | FileCheck
> %s --check-prefix=PLAIN
>  // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -S -ffunction-sections
> -fno-function-sections -o - < %s | FileCheck %s --check-prefix=PLAIN
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131011/af397ccd/attachment.html>


More information about the cfe-commits mailing list