Home
last modified time | relevance | path

Searched defs:run_llvm_config (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clang-sys/src/
Dsupport.rs191 fn run_llvm_config(arguments: &[&str]) -> Result<String, String> { in run_llvm_config() function
/third_party/rust/crates/clang-sys/build/
Dcommon.rs117 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config() function