• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2020 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// +build !android_llvm_next_flags
6
7package main
8
9// This file defines extra flags for llvm-next testing for Chrome OS. Importantly, these flags don't
10// apply to Android's llvm-next wrapper. Android's toolchain-utils copy has a
11// `android_llvm_next_flags.go` file downstream that defines its llvm-next arguments. As you can
12// probably infer, `android_llvm_next_flags.go` is only compiled if the `android_llvm_next_flags`
13// tag is set.
14
15// TODO: Enable test in config_test.go, once we have new llvm-next flags.
16var llvmNextFlags = []string{}
17
18var llvmNextPostFlags = []string{}
19