]> granicus.if.org Git - clang/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308985 91177308-0d34-0410-b5e6-96231b3b80d8

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

index f520daae334e1d3e27fc9044b57fed12ad722ca7..8f8b1fed79241f333a1562bf1455e72c58c7b570 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 {