From: Leonard Chan Date: Wed, 20 Jun 2018 19:34:05 +0000 (+0000) Subject: Fixed test in prior build where FileCheck tried to match against X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=222f69b5cc2a7701ac99d7906e85116ad3f5ebfa;p=clang Fixed test in prior build where FileCheck tried to match against `common` when declaring a global variable when we primarily care about the value assigned in the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335159 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Frontend/fixed_point_declarations.c b/test/Frontend/fixed_point_declarations.c index 47f7e9f803..5df54f38d7 100644 --- a/test/Frontend/fixed_point_declarations.c +++ b/test/Frontend/fixed_point_declarations.c @@ -1,4 +1,4 @@ -// RUN: %clang -ffixed-point -S -emit-llvm %s -o - | FileCheck %s +// RUN: %clang -ffixed-point -S -emit-llvm %s -o - --target=x86_64-linux | FileCheck %s // RUN: %clang -ffixed-point -S -emit-llvm %s -o - --target=x86_64-scei-ps4-ubuntu-fast | FileCheck %s // Primary fixed point types