summary refs log tree commit diff
path: root/src/tools/miri/tests/native-lib/fail
AgeCommit message (Collapse)AuthorLines
2024-09-16Bump ui testOli Scherer-8/+6
2024-09-03Enable native libraries on macOSJesse Rusak-1/+33
Fixes #3595 by using -fvisibility=hidden and the visibility attribute supported by both gcc and clang rather than the previous gcc-only mechanism for symbol hiding. Also brings over cfg changes from #3594 which enable native-lib functionality on all unixes.
2024-05-10rename 'extern-so' to 'native-lib'Ralf Jung-0/+28