Skip to content

Commit

Permalink
Attempt to compile with LLVM 19
Browse files Browse the repository at this point in the history
Just trying it out once if it fixes the compilation.
  • Loading branch information
AnimeshSinha1309 committed May 10, 2024
1 parent 7bccd16 commit 277c6d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 18
sudo ./llvm.sh 19
sudo apt-get remove -y llvm-12 lldb-12 llvm-12-dev libllvm12 llvm-12-runtime
sudo apt-get remove -y llvm-13 lldb-13 llvm-13-dev libllvm13 llvm-13-runtime
Expand Down
1 change: 0 additions & 1 deletion src/jit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <llvm/ExecutionEngine/SectionMemoryManager.h>
#include <llvm/IR/DataLayout.h>
#include <llvm/IR/LLVMContext.h>
#include <llvm/Examples/

namespace llvm::orc
{
Expand Down

0 comments on commit 277c6d3

Please sign in to comment.