Skip to content

Commit

Permalink
Put native library loading helpers in a separate file from dllimport.…
Browse files Browse the repository at this point in the history
…cpp (#51201)
  • Loading branch information
elinor-fung authored Apr 14, 2021
1 parent defd712 commit 19caa60
Show file tree
Hide file tree
Showing 6 changed files with 1,753 additions and 1,756 deletions.
3 changes: 2 additions & 1 deletion src/coreclr/vm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ set(VM_SOURCES_DAC_AND_WKS_COMMON
debuginfostore.cpp
decodemd.cpp
disassembler.cpp
dllimport.cpp
domainfile.cpp
dynamicmethod.cpp
ecall.cpp
Expand Down Expand Up @@ -323,6 +322,7 @@ set(VM_SOURCES_WKS
customattribute.cpp
custommarshalerinfo.cpp
autotrace.cpp
dllimport.cpp
dllimportcallback.cpp
dynamicinterfacecastable.cpp
eeconfig.cpp
Expand Down Expand Up @@ -358,6 +358,7 @@ set(VM_SOURCES_WKS
multicorejitplayer.cpp # Condition="'$(FeatureMulticoreJIT)' == 'true'
nativeeventsource.cpp
nativeoverlapped.cpp
nativelibrary.cpp
nativelibrarynative.cpp
objectlist.cpp
olevariant.cpp
Expand Down
Loading

0 comments on commit 19caa60

Please sign in to comment.