Skip to content

Commit f5ee813

Browse files
committed
[ORC] Fix build after 1798f22
1 parent e5000ee commit f5ee813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class OrcCAPITestBase : public testing::Test {
3636
public:
3737
static void SetUpTestCase() {
3838
LLVMInitializeNativeTarget();
39-
LLVMInitializeNativeTargetAsmParser();
40-
LLVMInitializeNativeTargetAsmPrinter();
39+
LLVMInitializeNativeAsmParser();
40+
LLVMInitializeNativeAsmPrinter();
4141

4242
// Attempt to set up a JIT instance once to verify that we can.
4343
LLVMOrcJITTargetMachineBuilderRef JTMB = nullptr;

0 commit comments

Comments
 (0)