From 55fa567bb70b3d2c7f4771df3e30fa9dc930571d Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 13 Dec 2018 21:18:16 +0000 Subject: 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. llvm-svn: 349083 --- clang/test/CodeGen/debug-info-abspath.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/test/CodeGen/debug-info-abspath.c') diff --git a/clang/test/CodeGen/debug-info-abspath.c b/clang/test/CodeGen/debug-info-abspath.c index d360216da2b..b20ed317d7d 100644 --- a/clang/test/CodeGen/debug-info-abspath.c +++ b/clang/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 \ -- cgit v1.2.3