summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/lto/internalize-basic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/lto/internalize-basic.ll')
-rw-r--r--lld/test/ELF/lto/internalize-basic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/internalize-basic.ll b/lld/test/ELF/lto/internalize-basic.ll
index 43c1837528f..b5691a752ab 100644
--- a/lld/test/ELF/lto/internalize-basic.ll
+++ b/lld/test/ELF/lto/internalize-basic.ll
@@ -15,7 +15,7 @@ define hidden void @foo() {
}
; Check that _start is not internalized.
-; CHECK: define void @_start()
+; CHECK: define dso_local void @_start()
; Check that foo function is correctly internalized.
; CHECK: define internal void @foo()
OpenPOWER on IntegriCloud