r368202 - Add target requirements for those bots which don't handle x86.

Bill Wendling via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 7 12:36:49 PDT 2019


Author: void
Date: Wed Aug  7 12:36:48 2019
New Revision: 368202

URL: http://llvm.org/viewvc/llvm-project?rev=368202&view=rev
Log:
Add target requirements for those bots which don't handle x86.

Modified:
    cfe/trunk/test/CodeGen/pr41027.c

Modified: cfe/trunk/test/CodeGen/pr41027.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/pr41027.c?rev=368202&r1=368201&r2=368202&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/pr41027.c (original)
+++ cfe/trunk/test/CodeGen/pr41027.c Wed Aug  7 12:36:48 2019
@@ -1,3 +1,4 @@
+// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -S -O2 -o - %s | FileCheck %s
 
 // CHECK-LABEL: f:




More information about the cfe-commits mailing list