aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/private-hidden-alias.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/private-hidden-alias.ll')
-rw-r--r--test/Assembler/private-hidden-alias.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/private-hidden-alias.ll b/test/Assembler/private-hidden-alias.ll
index 58be92a..2e770e5 100644
--- a/test/Assembler/private-hidden-alias.ll
+++ b/test/Assembler/private-hidden-alias.ll
@@ -2,5 +2,5 @@
@global = global i32 0
-@alias = hidden alias private i32* @global
+@alias = private hidden alias i32* @global
; CHECK: symbol with local linkage must have default visibility