Commit 2c00ae9
committed
[cxx-interop] Adjust a concepts test for rebranch
Clang now includes concepts in the mangled names of C++ functions: swiftlang/llvm-project@4b163e3
This adjusts the test to verify that we don't transitively emit the symbols referenced from the requires expression. Those symbols shouldn't be emitted because they are not executed.
rdar://1272634071 parent 71c81d5 commit 2c00ae9
File tree
2 files changed
+4
-2
lines changed- test/Interop/Cxx/concepts
- Inputs
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
0 commit comments