From a615149ee4fd2b6d97dc029c8827e42b025e1379 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 4 Jan 2019 20:51:54 +0000 Subject: Fix default-function-attr.c so that it works on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@350433 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/default-function-attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/default-function-attr.c') diff --git a/test/CodeGen/default-function-attr.c b/test/CodeGen/default-function-attr.c index b0d1398a15..1c186e8e55 100644 --- a/test/CodeGen/default-function-attr.c +++ b/test/CodeGen/default-function-attr.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -default-function-attr foo=bar -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-unknown-linux -default-function-attr foo=bar -emit-llvm %s -o - | FileCheck %s // CHECK: define void @foo() #[[X:[0-9]+]] void foo() {} -- cgit v1.2.1