r349083 - Fix debug-info-abspath.c on Windows by removing /tmp/t.o line

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 13 13:18:17 PST 2018


Author: rnk
Date: Thu Dec 13 13:18:16 2018
New Revision: 349083

URL: http://llvm.org/viewvc/llvm-project?rev=349083&view=rev
Log:
Fix debug-info-abspath.c on Windows by removing /tmp/t.o line

This object seemed unused, so I believe we can just remove this compiler
invocation without losing any test coverage.

Modified:
    cfe/trunk/test/CodeGen/debug-info-abspath.c

Modified: cfe/trunk/test/CodeGen/debug-info-abspath.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-info-abspath.c?rev=349083&r1=349082&r2=349083&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/debug-info-abspath.c (original)
+++ cfe/trunk/test/CodeGen/debug-info-abspath.c Thu Dec 13 13:18:16 2018
@@ -11,8 +11,6 @@
 
 // RUN: cd %t/UNIQUEISH_SENTINEL
 // RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \
-// RUN:   debug-info-abspath.c -emit-obj -o /tmp/t.o
-// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \
 // RUN:   debug-info-abspath.c -emit-llvm -o - \
 // RUN:   | FileCheck %s --check-prefix=CURDIR
 // RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \




More information about the cfe-commits mailing list