Fix rebase fallout
This commit includes manual merge conflict resolution changes from a rebase by @est31.
This commit is contained in:
parent
bfa53cfb76
commit
7a3704c500
13 changed files with 28 additions and 13 deletions
|
@ -1456,6 +1456,7 @@ extern "C" LLVMRustLinkage LLVMRustGetLinkage(LLVMValueRef V) {
|
|||
|
||||
extern "C" void LLVMRustSetLinkage(LLVMValueRef V, LLVMRustLinkage RustLinkage) {
|
||||
LLVMSetLinkage(V, from_rust(RustLinkage));
|
||||
}
|
||||
|
||||
// Returns true if both high and low were successfully set. Fails in case constant wasn’t any of
|
||||
// the common sizes (1, 8, 16, 32, 64, 128 bits)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue