Skip to content

Commit

Permalink
Fix readme: patches were removed
Browse files Browse the repository at this point in the history
  • Loading branch information
blide authored and vgvassilev committed Mar 24, 2020
1 parent da53fbf commit f838ebc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ Clad is a plugin for the Clang compiler. It relies on the Clang to build the AST
cd clang ; git checkout $LAST_KNOWN_GOOD_CLANG
cd ../
git clone https://github.com/vgvassilev/clad.git clad
cd ../
cat patches tools/clad/patches/*.diff | patch -p0
cd ../
cd ../..
mkdir obj inst
cd obj
cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=host -DCMAKE_INSTALL_PREFIX=../inst -DLLVM_EXTERNAL_LIT="`which lit`" ../src/
Expand Down

0 comments on commit f838ebc

Please sign in to comment.