diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2018-06-16 12:07:54 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2018-07-07 10:51:54 +0200 |
| commit | edd6ed571f9886d4b01fe87812442d5e81d1c895 (patch) | |
| tree | acdda514c0be5fcb97a3f1dcb2614804ace06c6f /src/librustc_codegen_utils | |
| parent | 95ed511514ea46ae50ce06e9e19c5460a786838a (diff) | |
| download | rust-edd6ed571f9886d4b01fe87812442d5e81d1c895.tar.gz rust-edd6ed571f9886d4b01fe87812442d5e81d1c895.zip | |
Fix some errors
Diffstat (limited to 'src/librustc_codegen_utils')
| -rw-r--r-- | src/librustc_codegen_utils/llvm_target_features.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/librustc_codegen_utils/llvm_target_features.rs b/src/librustc_codegen_utils/llvm_target_features.rs index 82cd397be23..8e11363cead 100644 --- a/src/librustc_codegen_utils/llvm_target_features.rs +++ b/src/librustc_codegen_utils/llvm_target_features.rs @@ -1,3 +1,13 @@ +// Copyright 2017 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// http://rust-lang.org/COPYRIGHT. +// +// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or +// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license +// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + use rustc::session::Session; // WARNING: the features after applying `to_llvm_feature` must be known |
