]> granicus.if.org Git - clang/commitdiff
Fix debug-info-abspath.c on Windows by removing /tmp/t.o line
authorReid Kleckner <rnk@google.com>
Thu, 13 Dec 2018 21:18:16 +0000 (21:18 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 13 Dec 2018 21:18:16 +0000 (21:18 +0000)
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

test/CodeGen/debug-info-abspath.c

index d360216da2ba8c790d286b93a19e2e362164d56e..b20ed317d7d4a27293bcc6da1136459b55ac829f 100644 (file)
@@ -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 \