diff options
-rw-r--r-- | clang/test/CodeGen/sections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/sections.c b/clang/test/CodeGen/sections.c index 4c59881b73b..faf34cc1748 100644 --- a/clang/test/CodeGen/sections.c +++ b/clang/test/CodeGen/sections.c @@ -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" { |