r335159 - Fixed test in prior build where FileCheck tried to match against

Leonard Chan via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 20 12:34:05 PDT 2018


Author: leonardchan
Date: Wed Jun 20 12:34:05 2018
New Revision: 335159

URL: http://llvm.org/viewvc/llvm-project?rev=335159&view=rev
Log:
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.

Modified:
    cfe/trunk/test/Frontend/fixed_point_declarations.c

Modified: cfe/trunk/test/Frontend/fixed_point_declarations.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/fixed_point_declarations.c?rev=335159&r1=335158&r2=335159&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/fixed_point_declarations.c (original)
+++ cfe/trunk/test/Frontend/fixed_point_declarations.c Wed Jun 20 12:34:05 2018
@@ -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




More information about the cfe-commits mailing list