[all-commits] [llvm/llvm-project] 2bd7c3: [Bazel] Reduce quote escaping
Geoffrey Martin-Noble via All-commits
all-commits at lists.llvm.org
Fri Aug 20 16:33:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bd7c30e5a4e3c5b5c68018b57c5dc8d51d1373f
https://github.com/llvm/llvm-project/commit/2bd7c30e5a4e3c5b5c68018b57c5dc8d51d1373f
Author: Geoffrey Martin-Noble <gcmn at google.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
M utils/bazel/llvm-project-overlay/llvm/config.bzl
Log Message:
-----------
[Bazel] Reduce quote escaping
There's a lot of unnecessary backslashes here that we can avoid to
reduce confusion.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D108495
More information about the All-commits
mailing list