Give this test a triple to avoid failures on MS bots.

llvm-svn: 319817
This commit is contained in:
Richard Smith 2017-12-05 19:39:37 +00:00
parent 74f41817a5
commit ab43c1e4ae

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - | FileCheck %s
// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - -triple %itanium_abi_triple | FileCheck %s
#pragma clang module build A
module A {}