Skip to content

Commit

Permalink
Add CompilerRT and libunwind notice
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Apr 26, 2024
1 parent aa76b44 commit 33425ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ runtime. Note that although this runtime should build with gcc, it is strongly
recommended that you compile it with clang and clang++ as your [Objective-]C and
[Objective-]C++ compilers.

It is recommended that you use the LLVM runtime and unwinder or a recent version
of GCC (>= 14) on GNU/Linux to avoid a
[bug](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114843) in GCC and the libgcc
unwinder.

If CompilerRT and libunwind are installed on your machine use
`-DCMAKE_EXE_LINKER_FLAGS="-rtlib=compiler-rt -unwindlib=libunwind"`.

Basic Building
--------------

Expand Down

0 comments on commit 33425ad

Please sign in to comment.