Searched refs:run_llvm_config (Results 1 – 5 of 5) sorted by relevance
35 common::run_llvm_config(&["--libs"]) in get_llvm_libraries()113 let mode = common::run_llvm_config(&["--shared-mode"]).map(|m| m.trim().to_owned()); in link()123 common::run_llvm_config(&["--libdir"]).unwrap().trim_end() in link()
94 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config() function218 if let Some(output) = run_llvm_config(&["--prefix"]) { in search_libclang_directories()
86 if let Ok(path) = run_llvm_config(&["--bindir"]) { in find()169 fn run_llvm_config(arguments: &[&str]) -> Result<String, String> { in run_llvm_config() function
81 if let Some(output) = common::run_llvm_config(&["--includedir"]) { in main()