From 44a7fca4326b5bd76d584b488cacd74f37965f13 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Thu, 3 Dec 2015 19:30:38 +0000 Subject: [PATCH] Fix buildbot failures git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254636 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/BranchFolding/single-block-funclets.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Transforms/BranchFolding/single-block-funclets.ll b/test/Transforms/BranchFolding/single-block-funclets.ll index 21c7818e519..b2286ac3359 100644 --- a/test/Transforms/BranchFolding/single-block-funclets.ll +++ b/test/Transforms/BranchFolding/single-block-funclets.ll @@ -1,4 +1,5 @@ ; RUN: llc -mtriple=x86_64-pc-windows-msvc < %s | FileCheck %s +; REQUIRES: X86 declare i32 @__CxxFrameHandler3(...) -- 2.34.1