rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
905 stars 60 forks source link

Get rid of the file gcc_path? #418

Closed antoyo closed 4 months ago

antoyo commented 6 months ago

Perhaps we could check if libgccjit.so is on the system and alert the user if it cannot be found.

YakoYakoYokuYoku commented 5 months ago

We'll have to study the case of having multiple libgccjit, each one targeting a different architecture.

GuillaumeGomez commented 4 months ago

This file doesn't exist anymore since we now have the config.toml file. Closing.