Avi Drissman | 73a09d1 | 2022-09-08 20:33:38 | [diff] [blame] | 1 | # Copyright 2018 The Chromium Authors |
Tom Anderson | e7001969 | 2019-02-06 01:38:04 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | declare_args() { |
Reid Kleckner | 342591b | 2021-02-09 16:31:26 | [diff] [blame] | 6 | # Used to cause full rebuilds on libc++ rolls. This should be kept in sync |
Nico Weber | a9e5681d | 2021-03-04 20:02:42 | [diff] [blame] | 7 | # with the libcxx_revision vars in //DEPS. |
chromium-autoroll | 2846c51 | 2023-06-29 09:40:49 | [diff] [blame] | 8 | libcxx_revision = "84fb809dd6dae36d556dc0bb702c6cc2ce9d4b80" |
Tom Anderson | e7001969 | 2019-02-06 01:38:04 | [diff] [blame] | 9 | } |