sammccall added inline comments.
================ Comment at: clang/utils/bundle_resources.py:6 +# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ---------------- thakis wrote: > This file looks very similar to > clang-tools-extra/pseudo/tool/bundle_resources.py. Could we remove > clang-tools-extra/pseudo/tool/bundle_resources.py and make > c-t-e/pseudo/tools/CMakeLists.txt call this script instead? yup, I'll do that now, I don't remember why I didn't want to have it in the same commit... Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D146591/new/ https://reviews.llvm.org/D146591 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
