summary refs log tree commit diff
path: root/src/test/codegen/extern-functions.rs
AgeCommit message (Collapse)AuthorLines
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+23
Unwinding across an FFI boundary is undefined behaviour, so we can mark all external function as nounwind. The obvious exception are those functions that actually perform the unwinding.