diff options
Diffstat (limited to 'libraries.ads')
-rw-r--r-- | libraries.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries.ads b/libraries.ads index 34ae698..7d53b98 100644 --- a/libraries.ads +++ b/libraries.ads @@ -174,4 +174,7 @@ package Libraries is -- If there are severals entities, return NULL_IIR; function Find_Entity_For_Component (Name: Name_Id) return Iir_Design_Unit; + -- Get the chain of libraries. Can be used only to read (it musn't be + -- modified). + function Get_Libraries_Chain return Iir_Library_Declaration; end Libraries; |