Add triple for non-x86 environments.

This commit is contained in:
Bill Wendling 2020-03-10 15:26:03 -07:00
parent ce8a1f7294
commit 218dd33954
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -std=c++11 -Wuninitialized -verify %s
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -std=c++11 -Wuninitialized -verify %s
// test1: Expect no diagnostics
int test1(int x) {