1 Star 0 Fork 128

yinchuang / third_party_llvm-project_lld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
OAT.xml 24.06 KB
一键复制 编辑 原始数据 按行查看 历史
haotuo 提交于 2024-03-09 20:36 . Fix oat issue
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README.
All configurations in this file will be merged to OAT-Default.xml, if you have any questions or concerns, please create issue in OpenHarmony/tools_oat and @jalenchen or chenyaxun.
licensefile:
1.If the project don't have "LICENSE" in root dir, please define all the license files in this project in , OAT will check license files according to this rule.
policylist:
1. policy: If the OAT-Default.xml policies do not meet your requirements, please add policies here.
2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
3. policyitem type:
"compatibility" is used to check license compatibility in the specified path;
"license" is used to check source license header in the specified path;
"copyright" is used to check source copyright header in the specified path;
"import" is used to check source dependency in the specified path, such as import ... ,include ...
"filetype" is used to check file type in the specified path, supported file types: archive, binary
"filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource
4. policyitem name: This field is used for define the license, copyright, "*" means match all, the "!" prefix means could not match this value. For example, "!GPL" means can not use GPL license.
5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
6. policyitem rule and group: These two fields are used together to merge policy results. "may" policyitems in the same group means any one in this group passed, the result will be passed.
7. policyitem filefilter: Used to bind filefilter which define filter rules.
7. policyitem desc: Used to describe the reason of this policy item, committers will check this while merging the code.
8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
Note:If the text contains special characters, please escape them according to the following rules:
" == &quot;
& == &amp;
' == &apos;
< == &lt;
> == &gt;
-->
<configuration>
<oatconfig>
<licensefile>llvm/LICENSE.TXT</licensefile>
<policylist>
<policy name="projectPolicy" desc="">
<policyitem type="filetype" name="!binary" path=".*" rule="must" group="defaultGroup" filefilter="binaryFileTypePolicyFilter" desc="不需检测"/>
<policyitem type="filetype" name="!archive" path=".*" rule="must" group="defaultGroup" filefilter="binaryFileTypePolicyFilter" desc="不需检测"/>
<policyitem type="compatibility" name="GPL-2.0+" path="polly/lib/External/isl/m4/.*" desc="GPL-2.0+协议,测试代码,进程独立,不会造成GPL协议污染"/>
<policyitem type="compatibility" name="GPL-3.0+" path="polly/lib/External/isl/m4/.*" desc="GPL-3.0+协议,测试代码,进程独立,不会造成GPL协议污染"/>
<policyitem type="compatibility" name="GPLStyleLicense" path="polly/lib/External/.*" desc="GPLStyleLicense协议,测试代码,进程独立,不会造成GPL协议污染"/>
<policyitem type="compatibility" name="GPLStyleLicense" path="llvm/.*" desc="GPLStyleLicense协议,测试代码,进程独立,不会造成GPL协议污染"/>
<policyitem type="compatibility" name="LGPLStyleLicense" path="polly/www/video-js/video.js" desc="js文件,不涉及链接,使用符合LGPL协议要求"/>
<policyitem type="compatibility" name="BSD-2-Clause" path="libcxx/src/support/solaris/.*" desc="BSD-2-Clause,协议友好,使用符合协议要求"/>
<policyitem type="compatibility" name="BSD-3-Clause" path="llvm/.*" desc="BSD-3-Clause,协议友好,使用符合协议要求"/>
<policyitem type="compatibility" name="BSDStyleLicense" path="llvm/lib/Support/.*" desc="BSDStyleLicense,协议友好,使用符合协议要求"/>
<policyitem type="compatibility" name="BSDStyleLicense" path="lld/docs/AtomLLD.rst" desc="BSDStyleLicense,协议友好,使用符合协议要求"/>
<policyitem type="compatibility" name="BSDStyleLicense" path="llvm/include/llvm/Support/xxhash.h" desc="BSDStyleLicense,协议友好,使用符合协议要求"/>
<policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
</policy>
</policylist>
<filefilterlist>
<filefilter name="defaultFilter" desc="Files not to check">
</filefilter>
<filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
<filteritem type="filepath" name="libcxx/docs/index.rst" desc="doc文件"/>
<filteritem type="filepath" name="clang/tools/clang-format-vs/README.txt" desc="doc文件"/>
<filteritem type="filepath" name="clang/www/demo/what is this directory.txt" desc="doc文件"/>
<filteritem type="filepath" name="libc/docs/header_generation.rst" desc="doc文件"/>
<filteritem type="filepath" name="llvm/lib/Support/COPYRIGHT.regex" desc="License及copyright本身"/>
<filteritem type="filepath" name="libclc/README.TXT" desc="readme文件"/>
<filteritem type="filepath" name="lldb/tools/debugserver/source/MacOSX/stack_logging.h" desc="APSL v2.0 License,未引入修改,使用符合协议要求"/>
<filteritem type="filepath" name="lldb/utils/test/README-disasm" desc="readme文件"/>
<filteritem type="filepath" name="polly/lib/External/isl/ChangeLog" desc="changelog描述性文件"/>
<filteritem type="filepath" name="llvm/test/MC/RISCV/rv32i-invalid.s" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/test/Transforms/InstCombine/compare-unescaped.ll" desc="文件不包含license"/>
<filteritem type="filepath" name="clang/tools/clang-format-vs/source.extension.vsixmanifest.in" desc="文件不包含license"/>
<filteritem type="filepath" name="compiler-rt/lib/profile/WindowsMMap.c" desc="public domain"/>
<filteritem type="filepath" name="libcxx/utils/google-benchmark/.*" desc="readme等描述性文件"/>
<filteritem type="filepath" name="lldb/third_party/Python/module/pexpect-4.6/.*" desc="ISC License,协议友好,使用符合协议要求"/>
<filteritem type="filepath" name="lldb/third_party/Python/module/ptyprocess-0.6.0/.*" desc="ISC License,协议友好,使用符合协议要求"/>
<filteritem type="filepath" name="polly/lib/External/ppcg/.*" desc="MIT License,协议友好,使用符合协议要求"/>
<filteritem type="filepath" name="polly/lib/External/isl/.*" desc="MIT License,协议友好,使用符合协议要求"/>
<filteritem type="filepath" name="openmp/runtime/doc/doxygen/header.tex" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/llvm.spec.in" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/include/llvm/Support/MD5.h" desc="public domain"/>
<filteritem type="filepath" name="llvm/include/llvm/Support/xxhash.h" desc="BSD License,协议友好,使用符合协议要求"/>
<filteritem type="filepath" name="llvm/lib/Support/regstrlcpy.c" desc="协议源于OpenBSD,协议友好,且使用符合协议要求"/>
<filteritem type="filepath" name="llvm/lib/Support/xxhash.cpp" desc="BSD License,协议友好,使用符合协议要求"/>
<filteritem type="filepath" name="llvm/test/CodeGen/BPF/undef.ll" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/tools/msbuild/source.extension.vsixmanifest" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/tools/msbuild/llvm.csproj" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/utils/lit/setup.py" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/utils/benchmark/CONTRIBUTORS" desc="描述性文件"/>
<filteritem type="filepath" name="llvm/utils/benchmark/README.LLVM" desc="描述性文件"/>
<filteritem type="filepath" name="llvm/utils/kate/llvm-tablegen.xml" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/utils/kate/llvm.xml" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/utils/unittest/googletest/README.LLVM" desc="readme文件"/>
<filteritem type="filepath" name="llvm/utils/unittest/googlemock/README.LLVM" desc="readme文件"/>
<filteritem type="filepath" name="clang/test/.*" desc="测试文件,不包含license"/>
<filteritem type="filepath" name="libclc/generic/include/clc/relational/select.h" desc="文件不包含license"/>
<filteritem type="filepath" name="lld/test/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="lldb/scripts/install_custom_python.py" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/test/.*" desc="测试文件,不包含license"/>
<filteritem type="filepath" name="llvm/utils/lit/tests/selecting.py" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/utils/lit/utils/check-sdist" desc="文件不包含license"/>
<filteritem type="filepath" name="openmp/runtime/doc/doxygen/config" desc="文件不包含license"/>
<filteritem type="filepath" name="openmp/runtime/test/worksharing/for/omp_nonmonotonic_dynamic1.c" desc="文件不包含license"/>
<filteritem type="filepath" name="parallel-libs/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="polly/docs/Architecture.rst" desc="文件不包含license"/>
<filteritem type="filepath" name="polly/docs/doxygen.cfg.in" desc="文件不包含license"/>
<filteritem type="filepath" name="polly/test/ScopDetect/only-one-affine-loop.ll" desc="文件不包含license"/>
<filteritem type="filepath" name="clang/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="clang-tools-extra/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="compiler-rt/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="debuginfo-tests/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="flang/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="libclc/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="libcxx/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="libcxxabi/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="libunwind/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="lld/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="lldb/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="mlir/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="openmp/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="polly/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="libc/.*" desc="文件不包含license"/>
<filteritem type="filepath" name=".arclint" desc="文件不包含license"/>
<filteritem type="filepath" name=".arcconfig" desc="文件不包含license"/>
<filteritem type="filepath" name=".clang-tidy" desc="文件不包含license"/>
<filteritem type="filepath" name=".git-blame-ignore-revs" desc="文件不包含license"/>
<filteritem type="filepath" name="utils/.*" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm-build/build_cpython-mingw.sh" desc="文件不包含license"/>
<filteritem type="filepath" name="llvm-build/env_prepare.sh" desc="文件不包含license"/>
<filteritem type="filepath" name="pstl/LICENSE.txt" desc="LICENSE文件"/>
<filteritem type="filepath" name="pstl/docs/ReleaseNotes.rst" desc="文件不包含license"/>
<filteritem type="filepath" name="lldb/third_party/Python/module/six/LICENSE" desc="MIT 误报"/>
<filteritem type="filepath" name="lldb/third_party/Python/module/six/six.py" desc="MIT 误报"/>
<filteritem type="filepath" name="clang/lib/Headers/avx512vlvp2intersectintrin.h" desc="MIT 误报"/>
<filteritem type="filepath" name="clang/lib/Headers/avx512vp2intersectintrin.h" desc="MIT 误报"/>
<filteritem type="filepath" name="clang/lib/Headers/cuda_wrappers/algorithm" desc="MIT 误报"/>
<filteritem type="filepath" name="clang/lib/Headers/cuda_wrappers/complex" desc="MIT 误报"/>
<filteritem type="filepath" name="clang/lib/Headers/cuda_wrappers/new" desc="MIT 误报"/>
<filteritem type="filepath" name="clang/lib/Driver/ToolChains/MSVCSetupApi.h" desc="MIT 误报"/>
<filteritem type="filepath" name="clang-tools-extra/clangd/clients/clangd-vscode/LICENSE" desc="MIT 误报"/>
<filteritem type="filepath" name="clang/lib/Headers/keylockerintrin.h" desc="MIT 误报"/>
<filteritem type="filepath" name="clang/lib/Headers/avxvnniintrin.h" desc="MIT 误报"/>
<filteritem type="filepath" name="libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/deduct_F.fail.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bitops.count/countl_one.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/deduct_F.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bitops.count/countl_zero.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/deduct_ptr.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bitops.count/countr_one.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bitops.count/countr_zero.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/swap.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/utilities/utility/pairs/pairs.spec/comparison.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bitops.count/popcount.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/utilities/utility/pairs/pairs.spec/make_pair.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/utilities/utility/pairs/pairs.spec/non_member_swap.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bitops.rot/rotl.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/language.support/support.dynamic/destroying_delete_t_declaration.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bitops.rot/rotr.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/equal.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/member_swap.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/language.support/support.dynamic/nothrow_t.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/swap.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/non_member_swap.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/ceil2.fail.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/libcxx/numerics/bit.ops.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/relational.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/ceil2.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/swap_noexcept.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/floor2.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/ispow2.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/log2p1.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/has_single_bit.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/bit_width.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/bit_floor.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.pass.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.verify.cpp" desc="MIT|NCSA 误报"/>
<filteritem type="filepath" name="lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestJLink6Armv7RegisterDefinition.py" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNestedRegDefinitions.py" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="libcxx/benchmarks/GenerateInput.h" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRegDefinitionInParts.py" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/test/API/functionalities/gdb_remote_client/TestJLink6Armv7RegisterDefinition.py" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="libcxx/utils/docker/debian9/buildbot/install-packages.sh" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/test/API/functionalities/gdb_remote_client/TestNestedRegDefinitions.py" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/scripts/lldb-test-qemu/rootfs.sh" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/test/API/commands/watchpoints/hello_watchlocation/main.cpp" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/test/API/functionalities/gdb_remote_client/TestRegDefinitionInParts.py" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/test/API/python_api/watchpoint/watchlocation/main.cpp" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="clang/utils/analyzer/SATestBenchmark.py" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-threads.cpp" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="lldb/test/API/tools/lldb-server/TestGdbRemoteHostInfo.py" desc="InvalidLicense 误报"/>
<filteritem type="filepath" name="third-party/benchmark/CONTRIBUTORS" desc="贡献者名单 不包含License"/>
<filteritem type="filepath" name="bolt/LICENSE.TXT" desc="LLVM Exceptions to the Apache 2.0 License 误报为GPL2.0"/>
<filteritem type="filepath" name="cross-project-tests/debuginfo-tests/dexter/LICENSE.txt" desc="LLVM Exceptions to the Apache 2.0 License 误报为GPL2.0"/>
</filefilter>
<filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
</filefilter>
<filefilter name="licenseFileNamePolicyFilter" desc="Filters for LICENSE file policies">
</filefilter>
<filefilter name="readmeFileNamePolicyFilter" desc="Filters for README file policies">
</filefilter>
<filefilter name="readmeOpenSourcefileNamePolicyFilter" desc="Filters for README.OpenSource file policies">
</filefilter>
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
<filteritem type="filepath" name=".*" desc="binary or archive"/>
</filefilter>
</filefilterlist>
<licensematcherlist>
</licensematcherlist>
</oatconfig>
</configuration>
C++
1
https://gitee.com/ychuawei/third_party_llvm-project_lld.git
git@gitee.com:ychuawei/third_party_llvm-project_lld.git
ychuawei
third_party_llvm-project_lld
third_party_llvm-project_lld
master

搜索帮助