about summary refs log tree commit diff
path: root/src/librustc_codegen_utils
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2018-06-16 12:07:54 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2018-07-07 10:51:54 +0200
commitedd6ed571f9886d4b01fe87812442d5e81d1c895 (patch)
treeacdda514c0be5fcb97a3f1dcb2614804ace06c6f /src/librustc_codegen_utils
parent95ed511514ea46ae50ce06e9e19c5460a786838a (diff)
downloadrust-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.rs10
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