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.
2 parents 1725ece + 220390f commit a0702ceCopy full SHA for a0702ce
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