Skip to content

Commit b11ef3a

Browse files
committed
[LangRef] Remove module flag description that does not exist anymore
After https://reviews.llvm.org/D153655, LTOPostLink metadata is not a thing anymore.
1 parent fdef795 commit b11ef3a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

llvm/docs/LangRef.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7822,13 +7822,6 @@ enum is the smallest type which can represent all of its values::
78227822
!0 = !{i32 1, !"short_wchar", i32 1}
78237823
!1 = !{i32 1, !"short_enum", i32 0}
78247824

7825-
LTO Post-Link Module Flags Metadata
7826-
-----------------------------------
7827-
7828-
Some optimisations are only when the entire LTO unit is present in the current
7829-
module. This is represented by the ``LTOPostLink`` module flags metadata, which
7830-
will be created with a value of ``1`` when LTO linking occurs.
7831-
78327825
Stack Alignment Metadata
78337826
------------------------
78347827

llvm/test/Transforms/GlobalDCE/virtual-functions-visibility-pre-lto.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
; structs A, B and C have vcall_visibility of public, linkage-unit and
44
; translation-unit respectively. This test is run before LTO linking occurs
5-
; (the LTOPostLink metadata is not present), so only C can be VFE'd.
5+
; so only C can be VFE'd.
66

77
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
88

0 commit comments

Comments
 (0)