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