(index<- )        ./librustc/lib/llvmdeps.rs

    git branch:    * master           5200215 auto merge of #14035 : alexcrichton/rust/experimental, r=huonw
    modified:    Fri May  9 13:03:28 2014
  1  // Copyright 2013 The Rust Project Developers. See the COPYRIGHT
  2  // file at the top-level directory of this distribution and at
  3  // http://rust-lang.org/COPYRIGHT.
  4  //
  5  // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
  6  // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
  7  // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
  8  // option. This file may not be copied, modified, or distributed
  9  // except according to those terms.
 10  
 11  // WARNING: THIS IS A GENERATED FILE, DO NOT MODIFY
 12  //          take a look at src/etc/mklldeps.py if you're interested
 13  
 14  #[cfg(target_arch = "x86_64", target_os = "linux")]
 15  #[link(name = "LLVMInstrumentation", kind = "static")]
 16  #[link(name = "LLVMInterpreter", kind = "static")]
 17  #[link(name = "LLVMMCJIT", kind = "static")]
 18  #[link(name = "LLVMRuntimeDyld", kind = "static")]
 19  #[link(name = "LLVMJIT", kind = "static")]
 20  #[link(name = "LLVMExecutionEngine", kind = "static")]
 21  #[link(name = "LLVMAsmParser", kind = "static")]
 22  #[link(name = "LLVMLinker", kind = "static")]
 23  #[link(name = "LLVMBitWriter", kind = "static")]
 24  #[link(name = "LLVMipo", kind = "static")]
 25  #[link(name = "LLVMVectorize", kind = "static")]
 26  #[link(name = "LLVMMipsDisassembler", kind = "static")]
 27  #[link(name = "LLVMMipsCodeGen", kind = "static")]
 28  #[link(name = "LLVMMipsAsmParser", kind = "static")]
 29  #[link(name = "LLVMMipsDesc", kind = "static")]
 30  #[link(name = "LLVMMipsInfo", kind = "static")]
 31  #[link(name = "LLVMMipsAsmPrinter", kind = "static")]
 32  #[link(name = "LLVMARMDisassembler", kind = "static")]
 33  #[link(name = "LLVMARMCodeGen", kind = "static")]
 34  #[link(name = "LLVMARMAsmParser", kind = "static")]
 35  #[link(name = "LLVMARMDesc", kind = "static")]
 36  #[link(name = "LLVMARMInfo", kind = "static")]
 37  #[link(name = "LLVMARMAsmPrinter", kind = "static")]
 38  #[link(name = "LLVMX86Disassembler", kind = "static")]
 39  #[link(name = "LLVMX86AsmParser", kind = "static")]
 40  #[link(name = "LLVMX86CodeGen", kind = "static")]
 41  #[link(name = "LLVMSelectionDAG", kind = "static")]
 42  #[link(name = "LLVMAsmPrinter", kind = "static")]
 43  #[link(name = "LLVMMCParser", kind = "static")]
 44  #[link(name = "LLVMCodeGen", kind = "static")]
 45  #[link(name = "LLVMScalarOpts", kind = "static")]
 46  #[link(name = "LLVMInstCombine", kind = "static")]
 47  #[link(name = "LLVMTransformUtils", kind = "static")]
 48  #[link(name = "LLVMipa", kind = "static")]
 49  #[link(name = "LLVMAnalysis", kind = "static")]
 50  #[link(name = "LLVMTarget", kind = "static")]
 51  #[link(name = "LLVMX86Desc", kind = "static")]
 52  #[link(name = "LLVMX86Info", kind = "static")]
 53  #[link(name = "LLVMX86AsmPrinter", kind = "static")]
 54  #[link(name = "LLVMMC", kind = "static")]
 55  #[link(name = "LLVMObject", kind = "static")]
 56  #[link(name = "LLVMBitReader", kind = "static")]
 57  #[link(name = "LLVMCore", kind = "static")]
 58  #[link(name = "LLVMX86Utils", kind = "static")]
 59  #[link(name = "LLVMSupport", kind = "static")]
 60  #[link(name = "pthread")]
 61  #[link(name = "dl")]
 62  #[link(name = "m")]
 63  #[link(name = "stdc++")]
 64  extern {}