Searched refs:run_llvm_config (Results 1 – 4 of 4) sorted by relevance
46 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()
117 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config() function267 if let Some(output) = run_llvm_config(&["--prefix"]) { in search_libclang_directories()
84 if let Ok(path) = run_llvm_config(&["--bindir"]) { in find()191 fn run_llvm_config(arguments: &[&str]) -> Result<String, String> { in run_llvm_config() function
70 if let Some(output) = common::run_llvm_config(&["--includedir"]) { in main()