This is an archive of the discontinued LLVM Phabricator instance.

[Bazel] Reduce quote escaping
ClosedPublic

Authored by GMNGeoffrey on Aug 20 2021, 4:10 PM.

Details

Summary

There's a lot of unnecessary backslashes here that we can avoid to
reduce confusion.

Diff Detail

Event Timeline

GMNGeoffrey requested review of this revision.Aug 20 2021, 4:10 PM
GMNGeoffrey created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2021, 4:10 PM
MaskRay accepted this revision.Aug 20 2021, 4:30 PM

LGTM.

utils/bazel/llvm-project-overlay/clang/BUILD.bazel
347

BTW, it is 14.0.0 now. The change should be separate.

This revision is now accepted and ready to land.Aug 20 2021, 4:30 PM
This revision was automatically updated to reflect the committed changes.