[llvm] 7096d58 - [test] Improve test/CodeGen/X86/linux-preemption.ll
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 17:23:47 PST 2020
Author: Fangrui Song
Date: 2020-02-11T17:23:37-08:00
New Revision: 7096d588d353aea0e619e3f52e887d49f5e8ee55
URL: https://github.com/llvm/llvm-project/commit/7096d588d353aea0e619e3f52e887d49f5e8ee55
DIFF: https://github.com/llvm/llvm-project/commit/7096d588d353aea0e619e3f52e887d49f5e8ee55.diff
LOG: [test] Improve test/CodeGen/X86/linux-preemption.ll
Added:
Modified:
llvm/test/CodeGen/X86/linux-preemption.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/linux-preemption.ll b/llvm/test/CodeGen/X86/linux-preemption.ll
index 5de8587038e7..3bf97112a840 100644
--- a/llvm/test/CodeGen/X86/linux-preemption.ll
+++ b/llvm/test/CodeGen/X86/linux-preemption.ll
@@ -228,3 +228,16 @@ define void()* @get_external_preemptable_function() {
; COMMON: {{^}}strong_local_global:
; COMMON-NEXT .Lstrong_local_global:
+
+; COMMON: .globl strong_default_alias
+; COMMON-NEXT: .set strong_default_alias, aliasee
+; COMMON-NEXT: .weak weak_default_alias
+; COMMON-NEXT: .set weak_default_alias, aliasee
+; COMMON-NEXT: .globl strong_local_alias
+; COMMON-NEXT: .set strong_local_alias, aliasee
+; COMMON-NEXT: .weak weak_local_alias
+; COMMON-NEXT: .set weak_local_alias, aliasee
+; COMMON-NEXT: .globl strong_preemptable_alias
+; COMMON-NEXT: .set strong_preemptable_alias, aliasee
+; COMMON-NEXT: .weak weak_preemptable_alias
+; COMMON-NEXT: .set weak_preemptable_alias, aliasee
More information about the llvm-commits
mailing list