summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/alias2.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Feature/alias2.ll b/test/Feature/alias2.ll
index 693ef7c9bef..4334a620171 100644
--- a/test/Feature/alias2.ll
+++ b/test/Feature/alias2.ll
@@ -17,3 +17,6 @@
@v6 = alias i16, i32* @v1
; CHECK: @v6 = alias i16, i32* @v1
+
+@v7 = thread_local(localdynamic) alias i32* @v1
+; CHECK: @v7 = thread_local(localdynamic) alias i32* @v1