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 e973fa3 commit 87d6e7aCopy full SHA for 87d6e7a
llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
@@ -36,8 +36,8 @@ class OrcCAPITestBase : public testing::Test {
36
public:
37
static void SetUpTestCase() {
38
LLVMInitializeNativeTarget();
39
- LLVMInitializeNativeTargetAsmParser();
40
- LLVMInitializeNativeTargetAsmPrinter();
+ LLVMInitializeNativeAsmParser();
+ LLVMInitializeNativeAsmPrinter();
41
42
// Attempt to set up a JIT instance once to verify that we can.
43
LLVMOrcJITTargetMachineBuilderRef JTMB = nullptr;
0 commit comments