Skip to content

Commit

Permalink
Circular dependencies if adding libunwind as dependency
Browse files Browse the repository at this point in the history
libunwind already specifies compiler-rt as a dependency
in its Config.uk. If we would add libunwind as a dependency
in compiler-rt's Config.uk we would receive an error
because there would be a circular dependency.

Signed-off-by: Delia-Maria Pavel <[email protected]>
  • Loading branch information
DeliaPavel committed Sep 10, 2022
1 parent a48c20b commit ce4bd23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Config.uk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ menuconfig LIBCOMPILER_RT
bool "compiler-rt - runtime support"
select LIBPOSIX_SYSINFO
select LIBUKMMAP
#XXX: libunwind dependency cannot be added due to circular dependency
default n

if LIBCOMPILER_RT
Expand Down

0 comments on commit ce4bd23

Please sign in to comment.