This is an archive of the discontinued LLVM Phabricator instance.

Use default target triple, not process triple when unit testing MCJIT
AbandonedPublic

Authored by broadwaylamb on Aug 26 2019, 10:29 AM.

Details

Summary

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™®

Event Timeline

broadwaylamb created this revision.Aug 26 2019, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2019, 10:29 AM
broadwaylamb edited the summary of this revision. (Show Details)Aug 26 2019, 10:30 AM
broadwaylamb abandoned this revision.Sep 3 2019, 2:44 AM