diff options
| author | Patrick Walton <[email protected]> | 2010-12-06 16:50:24 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-12-06 16:50:24 -0800 |
| commit | a1c7d1983670fb86f8ace78a255e15b0e753e791 (patch) | |
| tree | 38129099609c5342037f57ba910abe1c771ac0c9 /src/etc | |
| parent | rustc: Make copy_args_to_allocas not insist on a function type so it's easier... (diff) | |
| download | rust-a1c7d1983670fb86f8ace78a255e15b0e753e791.tar.xz rust-a1c7d1983670fb86f8ace78a255e15b0e753e791.zip | |
rustc: Translate tag constructors. Can't call them at the moment due to lack of alias args, though.
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/x86.supp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/etc/x86.supp b/src/etc/x86.supp index beb48223..5caaef62 100644 --- a/src/etc/x86.supp +++ b/src/etc/x86.supp @@ -22,3 +22,20 @@ obj:* } +{ + mac-dlopen-weirdness + Memcheck:Cond + fun:_ZNK16ImageLoaderMachO9getRPathsERKN11ImageLoader11LinkContextERSt6vectorIPKcSaIS6_EE + fun:_ZN11ImageLoader22recursiveLoadLibrariesERKNS_11LinkContextEbRKNS_10RPathChainE + fun:_ZN11ImageLoader4linkERKNS_11LinkContextEbbRKNS_10RPathChainE + fun:_ZN4dyld4linkEP11ImageLoaderbRKNS0_10RPathChainE + fun:dlopen + fun:dlopen + fun:_ZN16rust_crate_cache3libC1EP8rust_domPKc + fun:_ZN16rust_crate_cache7get_libEmPKc + fun:_ZL11fetch_c_symP9rust_taskPK10rust_cratemmPKcS5_ + fun:upcall_require_c_sym +} + + + |