search for: d99008bb

Displaying 2 results from an estimated 2 matches for "d99008bb".

Did you mean: 95008bb
2016 Dec 21
2
Correct way to pass int128 from LLVM to C++ function (MSVC)
Hi, I've been attempting to call a C++ function from LLVM code. The LLVM code is JIT'ted and executed from C++. Basically my idea was as follows: -- LLVM IR code - ; ModuleID = 'native' define i32 @main(i32, i8**) { code: call void @"Helper::Test"(i128 128932) ret i32 0 -- C++ code - struct int128 { uint64_t v1; uint64_t v2; // ... code omitted... *1
2016 Dec 21
0
Correct way to pass int128 from LLVM to C++ function (MSVC)
...________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161221/d99008bb/attachment.html>