Skip to content

Commit 5f0f163

Browse files
authored
Merge pull request swiftlang#31914 from mikeash/odr-violation-test-dylib-dir
[Test] Have llvm-support-odr-violation.sh use platform-dylib-dir.
2 parents c5280c8 + 28a61ea commit 5f0f163

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 --allow-empty %s
1+
// RUN: %llvm-nm --defined-only -C %platform-dylib-dir/%target-library-name(swiftCore) | %FileCheck --allow-empty %s
22
// CHECK-NOT: [^:]llvm::

0 commit comments

Comments
 (0)