Skip to content

Commit 4218ad1

Browse files
committed
Add PXCF configuration parser and fix macOS LLVM 19 build
1 parent f3baaf9 commit 4218ad1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/compiler/backend_llvm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <llvm/IR/LLVMContext.h>
33
#include <llvm/IR/Module.h>
44
#include <llvm/IR/Verifier.h>
5+
#include <llvm/IR/Intrinsics.h>
56
#include <llvm/Support/raw_ostream.h>
67
#include <vector>
78
#include <map>

0 commit comments

Comments
 (0)