Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
BOLT supports DWARF5.
  • Loading branch information
ayermolo authored Aug 9, 2023
1 parent adb76c3 commit 0807028
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bolt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ compiler option. Since GCC8 enables this option by default, you have to
explicitly disable it by adding `-fno-reorder-blocks-and-partition` flag if
you are compiling with GCC8 or above.

NOTE2: DWARF v5 is the new debugging format generated by the latest LLVM and GCC
compilers. It offers several benefits over the previous DWARF v4. Currently, the
support for v5 is a work in progress for BOLT. While you will be able to
optimize binaries produced by the latest compilers, until the support is
complete, you will not be able to update the debug info with
`-update-debug-sections`. To temporarily work around the issue, we recommend
compiling binaries with `-gdwarf-4` option that forces DWARF v4 output.

PIE and .so support has been added recently. Please report bugs if you
encounter any issues.

Expand Down

0 comments on commit 0807028

Please sign in to comment.