-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add improper_instruction_introspection lint
- Loading branch information
Vara Prasad Bandaru
committed
Jun 21, 2024
1 parent
6d00637
commit fa7f647
Showing
17 changed files
with
3,856 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
lints/improper_instruction_introspection/.cargo/config.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[build] | ||
target-dir = "../../target" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "dylint-link" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "dylint-link" | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "dylint-link" | ||
|
||
[target.x86_64-pc-windows-msvc] | ||
linker = "dylint-link" |
Oops, something went wrong.