Skip to content

Commit

Permalink
adjust the path to LLVM in the new workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sayon committed Aug 25, 2024
1 parent 6911827 commit 0424223
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[env]
LLVM_SYS_170_PREFIX = { value = "./target-llvm/target-final/", relative = true, force = false }
File renamed without changes.
3 changes: 0 additions & 3 deletions era-compiler-solidity/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ rustc-link-lib = ["clang_rt.builtins"]
[profile.release]
strip = true

[env]
LLVM_SYS_170_PREFIX = { value = "./target-llvm/target-final/", relative = true, force = false }

[tools.clippy]
warn = [
"missing_docs_in_private_items",
Expand Down

0 comments on commit 0424223

Please sign in to comment.