From: Rafael Espindola Date: Mon, 7 Jan 2013 23:04:04 +0000 (+0000) Subject: add a triple X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c4e481a7c6ddfc577923f85c3fcf43ba9add664;p=clang add a triple git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171808 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/ast-dump-attr.cpp b/test/Misc/ast-dump-attr.cpp index 57d52b1ce5..b7d5bdba03 100644 --- a/test/Misc/ast-dump-attr.cpp +++ b/test/Misc/ast-dump-attr.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++11 -ast-dump -ast-dump-filter Test %s | FileCheck --strict-whitespace %s +// RUN: %clang_cc1 -triple x86_64-pc-linux -std=c++11 -ast-dump -ast-dump-filter Test %s | FileCheck --strict-whitespace %s int TestLocation __attribute__((unused));