sys::getProcessTriple() doesn't play well with LLVM built for cross-compilation.
I'm not sure whether this is the right solution, but to me it makes more sense, besides, it works on my machine™®
Differential D66754
Use default target triple, not process triple when unit testing MCJIT broadwaylamb on Aug 26 2019, 10:29 AM. Authored by
Details
sys::getProcessTriple() doesn't play well with LLVM built for cross-compilation. I'm not sure whether this is the right solution, but to me it makes more sense, besides, it works on my machine™®
Diff Detail
|