summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-abspath.c
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
commit55fa567bb70b3d2c7f4771df3e30fa9dc930571d (patch)
tree72140ff54d06d2d0f075bd838d86850aa71d2508 /clang/test/CodeGen/debug-info-abspath.c
parent7d880862d21df4d38354a15f21dcf93e91005756 (diff)
downloadbcm5719-llvm-55fa567bb70b3d2c7f4771df3e30fa9dc930571d.tar.gz
bcm5719-llvm-55fa567bb70b3d2c7f4771df3e30fa9dc930571d.zip
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
Diffstat (limited to 'clang/test/CodeGen/debug-info-abspath.c')
-rw-r--r--clang/test/CodeGen/debug-info-abspath.c2
1 files changed, 0 insertions, 2 deletions
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 \
OpenPOWER on IntegriCloud