Add target triple to improve the happiness of MSVC buildbots.

llvm-svn: 312749
This commit is contained in:
Richard Smith 2017-09-07 22:07:52 +00:00
parent 6fbb9e017d
commit f26c54f9ce
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang_cc1 -fmodules-ts %s -emit-module-interface -o %t
// RUN: %clang_cc1 -fmodules-ts -x pcm %t -emit-llvm -o - | FileCheck %s
// RUN: %clang_cc1 -fmodules-ts -triple x86_64-linux %s -emit-module-interface -o %t
// RUN: %clang_cc1 -fmodules-ts -triple x86_64-linux -x pcm %t -emit-llvm -o - | FileCheck %s
export module M;