[PATCH] Remove repository pathname dependence in test

David Callahan david013 at cs.washington.edu
Thu Jan 15 11:07:19 PST 2015


Hi echristo,

This test fails whenever the local repository has 'call' in its path name. Modified to avoid this

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7002

Files:
  test/CodeGen/2004-06-17-UnorderedCompares.c

Index: test/CodeGen/2004-06-17-UnorderedCompares.c
===================================================================
--- test/CodeGen/2004-06-17-UnorderedCompares.c
+++ test/CodeGen/2004-06-17-UnorderedCompares.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1  -std=c99 %s -emit-llvm -o - | grep -v llvm.isunordered | not grep call
+// RUN: %clang_cc1  -std=c99 %s -emit-llvm -o - | grep -v llvm.isunordered | grep -v ModuleID | not grep call
 
 _Bool A, B, C, D, E, F;
 void TestF(float X, float Y) {

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7002.18238.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150115/ba89b3aa/attachment.bin>


More information about the cfe-commits mailing list