Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 88c12b2

Browse files
committed
Add additional PAL exports to DAC; remove linkage of PAL from static utility library
1 parent 5ecae61 commit 88c12b2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/dlls/mscordac/mscordac_unixexports.src

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,20 @@ nativeStringResourceTable_mscorrc_debug
112112
#GetCurrentDirectoryW
113113
#GetCurrentProcess
114114
#GetCurrentProcessId
115+
#GetCurrentProcessorNumberEx
115116
#GetCurrentThreadId
116117
#GetEnvironmentVariableA
117118
#GetEnvironmentVariableW
118119
#GetFileAttributesExW
119120
#GetFileAttributesW
120121
#GetFileSize
121122
#GetFullPathNameW
123+
#GetLogicalProcessorInformationEx
122124
#GetLastError
123125
#GetLongPathNameW
124126
#GetModuleFileNameW
127+
#GetNumaHighestNodeNumber
128+
#GetNumaProcessorNodeEx
125129
#GetProcAddress
126130
#GetProcessAffinityMask
127131
#GetProcessHeap
@@ -133,6 +137,7 @@ nativeStringResourceTable_mscorrc_debug
133137
#GetTempFileNameW
134138
#GetTempPathA
135139
#GetTempPathW
140+
#GetThreadGroupAffinity
136141
#HeapAlloc
137142
#HeapFree
138143
#HeapSetInformation
@@ -168,6 +173,7 @@ nativeStringResourceTable_mscorrc_debug
168173
#SetFilePointer
169174
#SetLastError
170175
#SetErrorMode
176+
#SetThreadGroupAffinity
171177
#Sleep
172178
#SleepEx
173179
#SwitchToThread
@@ -179,6 +185,7 @@ nativeStringResourceTable_mscorrc_debug
179185
#TlsGetValue
180186
#TlsSetValue
181187
#VirtualAlloc
188+
#VirtualAllocExNuma
182189
#VirtualFree
183190
#VirtualProtect
184191
#VirtualQuery

src/utilcode/staticnohost/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ add_library_clr(utilcodestaticnohost STATIC ${UTILCODE_STATICNOHOST_SOURCES})
99

1010
if(CLR_CMAKE_PLATFORM_UNIX)
1111
target_link_libraries(utilcodestaticnohost nativeresourcestring)
12-
if(CLR_CMAKE_PLATFORM_DARWIN)
13-
target_link_libraries(utilcodestaticnohost coreclrpal)
14-
endif(CLR_CMAKE_PLATFORM_DARWIN)
1512
endif(CLR_CMAKE_PLATFORM_UNIX)

0 commit comments

Comments
 (0)