mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[ORC] Initialize the native asm printer and parser in Orc C-API unit test.
This commit is contained in:
parent
895d41ab8e
commit
ed17f7dc0d
@ -36,6 +36,8 @@ protected:
|
||||
public:
|
||||
static void SetUpTestCase() {
|
||||
LLVMInitializeNativeTarget();
|
||||
LLVMInitializeNativeTargetAsmParser();
|
||||
LLVMInitializeNativeTargetAsmPrinter();
|
||||
|
||||
// Attempt to set up a JIT instance once to verify that we can.
|
||||
LLVMOrcJITTargetMachineBuilderRef JTMB = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user