File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11// REQUIRES: x86
22
33// Check th at we can wrap a dllimported symbol , so th at references to
4- // __imp_<symbol> gets redirected to a symbol already exists or a defined local import instead
4+ // __imp_<symbol> gets redirected to a symbol th at already exists or a defined
5+ // local import instead.
56
67// RUN: split - file %s %t.dir
78// RUN: llvm - mc - filetype=obj - triple=i686 - win32 - gnu %t.dir/main.s - o %t.main.obj
3031// which is the first 4 bytes of the .rdata section (above) , which is a
3132// pointer th at points at ___wrap_foo.
3233
33- // The second jmpl instruction in _entry points the null since the referenced symbol
34- // `__imp____wrap_bar` is declared as a weak reference to prevent pull a reference
35- // from an external DLL.
34+ // The second jmpl instruction in _entry points to null because the referenced
35+ // symbol `__imp____wrap_bar` is declared as a weak reference to prevent pull a
36+ // reference from an external DLL.
3637
3738# --- main.s
3839. global _entry
You can’t perform that action at this time.
0 commit comments