summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-12-13 21:18:16 +0000
committerReid Kleckner <rnk@google.com>2018-12-13 21:18:16 +0000
commiteade230327d6e174013a820a92f4f5b3ccd7b7bb (patch)
treed5e1ab214a04c1562ba77d3d944cf9d08dd8f2d0 /test
parent444690c0644a045a9a46fc1f54df5ae27b797897 (diff)
downloadclang-eade230327d6e174013a820a92f4f5b3ccd7b7bb.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/debug-info-abspath.c2
1 files changed, 0 insertions, 2 deletions
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 \