r279635 - Add target REQUIRES directives to offload bundler test.

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 24 08:47:06 PDT 2016


Author: sfantao
Date: Wed Aug 24 10:47:06 2016
New Revision: 279635

URL: http://llvm.org/viewvc/llvm-project?rev=279635&view=rev
Log:
Add target REQUIRES directives to offload bundler test. 

Modified:
    cfe/trunk/test/Driver/clang-offload-bundler.c

Modified: cfe/trunk/test/Driver/clang-offload-bundler.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/clang-offload-bundler.c?rev=279635&r1=279634&r2=279635&view=diff
==============================================================================
--- cfe/trunk/test/Driver/clang-offload-bundler.c (original)
+++ cfe/trunk/test/Driver/clang-offload-bundler.c Wed Aug 24 10:47:06 2016
@@ -1,3 +1,6 @@
+// REQUIRES: x86-registered-target
+// REQUIRES: powerpc-registered-target
+
 //
 // Generate all the types of files we can bundle.
 //




More information about the cfe-commits mailing list