From: Rafael Espindola Date: Mon, 19 Dec 2011 16:30:30 +0000 (+0000) Subject: Add a triple to the test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79ac2da646ed6285fc64d6c9e7ba13f1f237be0d;p=clang Add a triple to the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146871 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/pr9614.c b/test/CodeGen/pr9614.c index 228a4b3aaa..8fdb2f299c 100644 --- a/test/CodeGen/pr9614.c +++ b/test/CodeGen/pr9614.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-pc-linux -emit-llvm %s -o - | FileCheck %s extern void foo_alias (void) __asm ("foo"); inline void foo (void) {