Skip to content

Commit

Permalink
Move llvm clone to vendor dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Mar 21, 2024
1 parent b94002b commit dc5fc10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion suite/auto-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Check if your architecture is supported.
Clone Capstones LLVM fork and build `llvm-tblgen`

```
git clone https://github.com/capstone-engine/llvm-capstone
git clone https://github.com/capstone-engine/llvm-capstone vendor/llvm_root/
cd llvm-capstone
git checkout auto-sync
mkdir build
Expand Down
8 changes: 4 additions & 4 deletions suite/auto-sync/src/autosync/path_vars.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"{LLVM_ROOT}": "{AUTO_SYNC_ROOT}/llvm-capstone/",
"{LLVM_TARGET_DIR}": "{AUTO_SYNC_ROOT}/llvm-capstone/llvm/lib/Target/",
"{LLVM_TBLGEN_BIN}": "{AUTO_SYNC_ROOT}/llvm-capstone/build/bin/llvm-tblgen",
"{LLVM_INCLUDE_DIR}": "{AUTO_SYNC_ROOT}/llvm-capstone/llvm/include",
"{LLVM_ROOT}": "{AUTO_SYNC_ROOT}/vendor/llvm_root//",
"{LLVM_TARGET_DIR}": "{LLVM_ROOT}/llvm/lib/Target/",
"{LLVM_TBLGEN_BIN}": "{LLVM_ROOT}/build/bin/llvm-tblgen",
"{LLVM_INCLUDE_DIR}": "{LLVM_ROOT}/llvm/include",

"{VENDOR_DIR}": "{AUTO_SYNC_ROOT}/vendor/",

Expand Down

0 comments on commit dc5fc10

Please sign in to comment.