[llvm-branch-commits] [lld] facdede - [mac/lld] fix typo in 07ab597bb0356c that broke test on Windows
Nico Weber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 1 17:41:50 PST 2020
Author: Nico Weber
Date: 2020-12-01T20:36:49-05:00
New Revision: facdededcab02f86d707df5e5ddd7e8f467e1bd1
URL: https://github.com/llvm/llvm-project/commit/facdededcab02f86d707df5e5ddd7e8f467e1bd1
DIFF: https://github.com/llvm/llvm-project/commit/facdededcab02f86d707df5e5ddd7e8f467e1bd1.diff
LOG: [mac/lld] fix typo in 07ab597bb0356c that broke test on Windows
Added:
Modified:
lld/test/MachO/thin-archive.s
Removed:
################################################################################
diff --git a/lld/test/MachO/thin-archive.s b/lld/test/MachO/thin-archive.s
index f12506eecab4..6872a4d6a934 100644
--- a/lld/test/MachO/thin-archive.s
+++ b/lld/test/MachO/thin-archive.s
@@ -12,7 +12,7 @@
# RUN: llvm-nm %t/out
# RUN: %lld %t/main.o %t/lib_thin.a -o %t/out
# RUN: llvm-nm %t/out
-# RUN: %lld /%t/main.o -force_load %t/lib_thin.a -o %t/out
+# RUN: %lld %t/main.o -force_load %t/lib_thin.a -o %t/out
# RUN: llvm-nm %t/out
# RUN: rm %t/lib.o
More information about the llvm-branch-commits
mailing list