mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-27 20:43:26 +00:00
cfe68f6bc7
When adding tags to a native cc_library rule that is created through a macro we were not properly considering the case where the tags came from a different file and therefore were frozen. This caused an error. RELNOTES:none PiperOrigin-RevId: 283039855 Change-Id: Id4cb45675a08ca65196f4f7771abdd5bb0705b79
14 lines
615 B
C++
14 lines
615 B
C++
// Copyright 2019 The Bazel Authors. All rights reserved.
|
|
//
|
|
// 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.
|