diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-08-03 22:22:47 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-08-03 22:22:47 -0700 |
| commit | 9b3a70c8aab74b804cac0d7c15e4e7518a88c868 (patch) | |
| tree | 34e835a80ed4d835356fb1402c049d9ad65c0699 /lib/libcxx/src/thread.cpp | |
| parent | 0c598100d8dbcf94fa8916a8aa5dcf5f55ef6d46 (diff) | |
| download | zig-9b3a70c8aab74b804cac0d7c15e4e7518a88c868.tar.gz zig-9b3a70c8aab74b804cac0d7c15e4e7518a88c868.zip | |
stage2: move link.File.ELF.SrcFn field from Module.Fn to Module.Decl
SrcFn represents the function in the linked output file, if the
`Decl` is a function. This is stored here and not in `Fn` because `Decl`
survives across updates but `Fn` does not.
TODO Look into making `Fn` a longer lived structure and moving this field there
to save on memory usage.
Diffstat (limited to 'lib/libcxx/src/thread.cpp')
0 files changed, 0 insertions, 0 deletions
