test/CodeGen/sections.c: add triple

llvm-svn: 219969
This commit is contained in:
Hans Wennborg 2014-10-16 21:36:23 +00:00
parent fd4633e1a5
commit 528c926b3c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -emit-llvm -fms-extensions -xc++ -o - < %s | FileCheck %s
// RUN: %clang_cc1 -emit-llvm -triple i686-pc-win32 -fms-extensions -xc++ -o - < %s | FileCheck %s
#ifdef __cplusplus
extern "C" {