Skip to content

Commit f42a62b

Browse files
authored
Update llvm-support-odr-violation.test-sh
Allow empty input as PE/COFF does not provide a symbol table which results in no visible symbols.
1 parent a92894c commit f42a62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: %llvm-nm --defined-only -C %platform-module-dir/%target-library-name(swiftCore) | %FileCheck %s
1+
// RUN: %llvm-nm --defined-only -C %platform-module-dir/%target-library-name(swiftCore) | %FileCheck --allow-empty %s
22
// CHECK-NOT: [^:]llvm::

0 commit comments

Comments
 (0)