libbpf 修改oat.xm

Signed-off-by: wenlong_12 <wenlong12@huawei.com>

Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
wenlong_12 2023-05-08 14:19:40 +08:00
parent 8a83e110ec
commit c2051bea4e
2 changed files with 23 additions and 0 deletions

19
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"cStandard": "c++14",
"cppStandard": "c++14",
"intelliSenseMode": "windows-clang-x64"
}
],
"version": 4
}

View File

@ -59,6 +59,10 @@
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
<filteritem type="filepath" name="fuzz/bpf-object-fuzzer_seed_corpus.zip" desc="The binary file in third party"/>
</filefilter>
<filefilter name="defaultFilter" desc="Files not to check">
<filteritem type="filename" name="*.sh|*.png|*.sym|*.bash" desc="desc files"/>
<filteritem type="filepath" name="ci/.*" desc="ci files"/>
</filefilter>
</filefilterlist>
</oatconfig>
</configuration>