Merge into main the new state of the operating system/kernel #1
3
scripts/dev-setup/install.sh
Normal file
3
scripts/dev-setup/install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cmake -DLLVM_ENABLE_PROJECTS="clang-tools-extra" -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ../llvm
|
5
scripts/hooks/pre-commit.hook.sh
Normal file
5
scripts/hooks/pre-commit.hook.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# Run clang-tidy
|
||||
|
Loading…
Reference in New Issue
Block a user