r225086 - Temporarily XFAIL fallout from r225083 while investigating.
David Blaikie
dblaikie at gmail.com
Fri Jan 2 11:49:29 PST 2015
Author: dblaikie
Date: Fri Jan 2 13:49:28 2015
New Revision: 225086
URL: http://llvm.org/viewvc/llvm-project?rev=225086&view=rev
Log:
Temporarily XFAIL fallout from r225083 while investigating.
Between this behavior and that fixed by r225083/r225000, I'll take the
latter over the former for now, but I'm immediately working on
understanding/addressing this behavior too.
(the fact that the code change in r225083 caused this change in behavior
is a bit troubling anyway - given that it looks & claims to be just a
preformance thing)
Modified:
cfe/trunk/test/CodeGen/debug-info-line3.c
Modified: cfe/trunk/test/CodeGen/debug-info-line3.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-info-line3.c?rev=225086&r1=225085&r2=225086&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/debug-info-line3.c (original)
+++ cfe/trunk/test/CodeGen/debug-info-line3.c Fri Jan 2 13:49:28 2015
@@ -1,5 +1,10 @@
// RUN: %clang_cc1 -g -S -emit-llvm %s -o - | FileCheck %s
+// Temporarily XFAIL while investigating regression. (other improvements seem
+// more important to keep rather than reverting them in favor of preserving
+// this)
+// XFAIL: *
+
void func(char c, char* d)
{
*d = c + 1;
More information about the cfe-commits
mailing list