Searched refs:env_llc_options (Results 1 – 1 of 1) sorted by relevance
123 char *env_llc_options = getenv("GALLIVM_LLC_OPTIONS"); in init_native_targets() local124 if (env_llc_options) { in init_native_targets()128 … for (n = 0, option = strtok(env_llc_options, " "); option; n++, option = strtok(NULL, " ")) { in init_native_targets()