This test case is causing all PPC and SystemZ bots to remain red.
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 25 Jul 2017 17:04:12 +0000 (17:04 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 25 Jul 2017 17:04:12 +0000 (17:04 +0000)
Notifying the author via Diffusion did not yield any answer. Therefore, I'm
adding the missing triple. I have no idea if this is the intended triple, but
it seems to fit the bill and should turn the bots back to green.
If the intended triple is a different one, please feel free to change it but I
need make this change to turn the bots back to green now.

llvm-svn: 308985

clang/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp

index f520daa..8f8b1fe 100644 (file)
@@ -1,5 +1,5 @@
 // REQUIRES: x86-registered-target
-// RUN: %clang_cc1 %s -fasm-blocks -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -triple x86_64-pc-win32 -fasm-blocks -emit-llvm -o - | FileCheck %s
 namespace x {
 enum { A = 12 };
 struct y_t {