We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d122d80 commit 1798f22Copy full SHA for 1798f22
llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
@@ -36,6 +36,8 @@ class OrcCAPITestBase : public testing::Test {
36
public:
37
static void SetUpTestCase() {
38
LLVMInitializeNativeTarget();
39
+ LLVMInitializeNativeTargetAsmParser();
40
+ LLVMInitializeNativeTargetAsmPrinter();
41
42
// Attempt to set up a JIT instance once to verify that we can.
43
LLVMOrcJITTargetMachineBuilderRef JTMB = nullptr;
0 commit comments