Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0807028

Browse files
authoredAug 9, 2023
Update README.md
BOLT supports DWARF5.
1 parent adb76c3 commit 0807028

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎bolt/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ compiler option. Since GCC8 enables this option by default, you have to
3030
explicitly disable it by adding `-fno-reorder-blocks-and-partition` flag if
3131
you are compiling with GCC8 or above.
3232

33-
NOTE2: DWARF v5 is the new debugging format generated by the latest LLVM and GCC
34-
compilers. It offers several benefits over the previous DWARF v4. Currently, the
35-
support for v5 is a work in progress for BOLT. While you will be able to
36-
optimize binaries produced by the latest compilers, until the support is
37-
complete, you will not be able to update the debug info with
38-
`-update-debug-sections`. To temporarily work around the issue, we recommend
39-
compiling binaries with `-gdwarf-4` option that forces DWARF v4 output.
40-
4133
PIE and .so support has been added recently. Please report bugs if you
4234
encounter any issues.
4335

0 commit comments

Comments
 (0)
Please sign in to comment.