We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1725ece commit 220390fCopy full SHA for 220390f
test/SILGen/dso_handle.swift
@@ -1,6 +1,6 @@
1
// RUN: %target-swift-emit-silgen -Xllvm -sil-full-demangle %s | %FileCheck %s
2
3
-// CHECK: sil_global public_external [[DSO:@__dso_handle|@__ImageBase]] : $Builtin.RawPointer
+// CHECK: sil_global {{.*}}[[DSO:@__dso_handle|@__ImageBase]] : $Builtin.RawPointer
4
5
// CHECK-LABEL: sil [ossa] @main : $@convention(c)
6
// CHECK: bb0
0 commit comments