File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,6 @@ compiler option. Since GCC8 enables this option by default, you have to
30
30
explicitly disable it by adding ` -fno-reorder-blocks-and-partition ` flag if
31
31
you are compiling with GCC8 or above.
32
32
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
-
41
33
PIE and .so support has been added recently. Please report bugs if you
42
34
encounter any issues.
43
35
You can’t perform that action at this time.
0 commit comments