AdaCore / gnat-llvm

LLVM based GNAT compiler
179 stars 18 forks source link

Readme soft link is incorrect #34

Closed tj800x closed 1 year ago

tj800x commented 1 year ago

In the readme the soft link command appears to be incorrect.

Instead of: $ ln -s gcc/gcc/ada llvm-interface/gnat_src

It should be: $ ln -s llvm-interface/gcc/gcc/ada llvm-interface/gnat_src

ArnaudCharlet commented 1 year ago

Thank you for your report. The instructions are actually correct to create the soft link since the soft link is created under llvm-interface, and therefore relative to llvm-interface already where gcc/gcc/ada is.