From: Reid Kleckner Date: Thu, 13 Dec 2018 21:18:16 +0000 (+0000) Subject: Fix debug-info-abspath.c on Windows by removing /tmp/t.o line X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eade230327d6e174013a820a92f4f5b3ccd7b7bb;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349083 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/debug-info-abspath.c b/test/CodeGen/debug-info-abspath.c index d360216da2..b20ed317d7 100644 --- a/test/CodeGen/debug-info-abspath.c +++ b/test/CodeGen/debug-info-abspath.c @@ -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 \