File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,20 @@ source ./emsdk/emsdk_env.sh
3333export  SYSROOT_PATH=$PWD /emsdk/upstream/emscripten/cache/sysroot
3434``` 
3535
36- Now clone the 19 .x release of the LLVM project repository and CppInterOp (the building of the emscripten version of llvm can be
36+ Now clone the 20 .x release of the LLVM project repository and CppInterOp (the building of the emscripten version of llvm can be
3737avoided by executing micromamba install llvm -c < https://repo.mamba.pm/emscripten-forge >  and setting the LLVM_BUILD_DIR appropriately)
3838
3939
4040``` bash 
41- git clone --depth=1 --branch release/19 .x https://github.com/llvm/llvm-project.git
41+ git clone --depth=1 --branch release/20 .x https://github.com/llvm/llvm-project.git
4242git clone --depth=1 https://github.com/compiler-research/CppInterOp.git
4343``` 
4444
4545Now move into the cloned llvm-project folder and apply the required patches
4646
4747``` bash 
4848cd  ./llvm-project/
49- git apply -v ../CppInterOp/patches/llvm/emscripten-clang19 -* .patch
49+ git apply -v ../CppInterOp/patches/llvm/emscripten-clang20 -* .patch
5050``` 
5151
5252We are now in a position to build an emscripten build of llvm by executing the following
Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ git clone --depth=1 https://github.com/compiler-research/cppyy-backend.git
115115
116116#### Setup Clang-REPL  
117117
118- Clone the 19 .x release of the LLVM project repository.
118+ Clone the 20 .x release of the LLVM project repository.
119119
120120``` bash 
121- git clone --depth=1 --branch release/19 .x https://github.com/llvm/llvm-project.git
121+ git clone --depth=1 --branch release/20 .x https://github.com/llvm/llvm-project.git
122122cd  llvm-project
123123``` 
124124
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ library
3434 Setup Clang-REPL
3535****************** 
3636
37- Clone the 19 .x release of the LLVM project repository.
37+ Clone the 20 .x release of the LLVM project repository.
3838
3939.. code :: bash 
4040
41-    git clone --depth=1 --branch release/19 .x https://github.com/llvm/llvm-project.git 
41+    git clone --depth=1 --branch release/20 .x https://github.com/llvm/llvm-project.git 
4242   cd  llvm-project 
4343
4444
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ library
3434 Setup Clang-REPL
3535****************** 
3636
37- Clone the 19 .x release of the LLVM project repository.
37+ Clone the 20 .x release of the LLVM project repository.
3838
3939.. code :: bash 
4040
41-    git clone --depth=1 --branch release/19 .x https://github.com/llvm/llvm-project.git 
41+    git clone --depth=1 --branch release/20 .x https://github.com/llvm/llvm-project.git 
4242   cd  llvm-project 
4343
4444
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ infrastructure are described first.
2525## External Dependencies  
2626
2727-  CppInterOp now works with:
28-   -  llvm19 
28+   -  llvm20 
2929
3030## Introspection  
3131
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments