r219969 - test/CodeGen/sections.c: add triple

Hans Wennborg hans at hanshq.net
Thu Oct 16 14:36:23 PDT 2014


Author: hans
Date: Thu Oct 16 16:36:23 2014
New Revision: 219969

URL: http://llvm.org/viewvc/llvm-project?rev=219969&view=rev
Log:
test/CodeGen/sections.c: add triple

Modified:
    cfe/trunk/test/CodeGen/sections.c

Modified: cfe/trunk/test/CodeGen/sections.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/sections.c?rev=219969&r1=219968&r2=219969&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/sections.c (original)
+++ cfe/trunk/test/CodeGen/sections.c Thu Oct 16 16:36:23 2014
@@ -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" {





More information about the cfe-commits mailing list