Skip to content

Commit 50c0534

Browse files
authored
Merge pull request #32078 from compnerd/if-it-isnt-tested-its-broken
test: add a ODR violation check for the static standard library
2 parents a6bb974 + 63c8c00 commit 50c0534

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// RUN: %llvm-nm --defined-only -C %target-static-stdlib-path/libswiftCore.a | %FileCheck --allow-empty %s
2+
// CHECK-NOT: [^:]llvm::
3+
4+
// REQUIRES: OS=linux-gnu
5+
// REQUIRES: static_stdlib

0 commit comments

Comments
 (0)