From: Nemanja Ivanovic Date: Tue, 25 Jul 2017 17:04:12 +0000 (+0000) Subject: This test case is causing all PPC and SystemZ bots to remain red. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79ab2be275ed94f7d83068df362831d6e7b6c920;p=clang This test case is causing all PPC and SystemZ bots to remain red. 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 --- diff --git a/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp b/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp index f520daae33..8f8b1fed79 100644 --- a/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp +++ b/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp @@ -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 {