[lld] 48d9b2f - [lld] Fix test to work with and without a vendor string
Shoaib Meenai via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 16:16:36 PDT 2021
Author: Shoaib Meenai
Date: 2021-03-23T16:16:25-07:00
New Revision: 48d9b2fd8ea36f87b3fc57ddb101ed99d20f25bf
URL: https://github.com/llvm/llvm-project/commit/48d9b2fd8ea36f87b3fc57ddb101ed99d20f25bf
DIFF: https://github.com/llvm/llvm-project/commit/48d9b2fd8ea36f87b3fc57ddb101ed99d20f25bf.diff
LOG: [lld] Fix test to work with and without a vendor string
Added:
Modified:
lld/test/MachO/dependency-info.s
Removed:
################################################################################
diff --git a/lld/test/MachO/dependency-info.s b/lld/test/MachO/dependency-info.s
index 658b49272a70..93c58443fbc3 100644
--- a/lld/test/MachO/dependency-info.s
+++ b/lld/test/MachO/dependency-info.s
@@ -15,7 +15,7 @@
# RUN: %lld %t/main.o %t/bar.a %t/libfoo.dylib -lSystem -dependency_info %t/deps_info.out
# RUN: %python %S/Inputs/DependencyDump.py %t/deps_info.out | FileCheck %s
-# CHECK: lld-version: {{.*}} LLD {{.*}}
+# CHECK: lld-version: {{.*}}LLD {{.*}}
# CHECK-DAG: input-file: {{.*}}/bar.a
# CHECK-DAG: input-file: {{.*}}/libfoo.dylib
# CHECK-DAG: input-file: {{.*}}/libSystem.tbd
More information about the llvm-commits
mailing list