Skip to content

Commit 55397c6

Browse files
committed
Fix typo in Cmake config
1 parent 1b6793b commit 55397c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/lib/ExecutionEngine/Orc/TargetProcess/AutoLoadDylibLookUp.cpp renamed to llvm/lib/ExecutionEngine/Orc/TargetProcess/AutoLoadDylibLookup.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ AutoLoadDynamicLibraryLookup ::AutoLoadDynamicLibraryLookup() {
173173
#if __APPLE__
174174
"DYLD_LIBRARY_PATH",
175175
"DYLD_FALLBACK_LIBRARY_PATH",
176-
/*
177-
"DYLD_VERSIONED_LIBRARY_PATH",
178-
"DYLD_FRAMEWORK_PATH",
179-
"DYLD_FALLBACK_FRAMEWORK_PATH",
180-
"DYLD_VERSIONED_FRAMEWORK_PATH",
181-
*/
176+
/*
177+
"DYLD_VERSIONED_LIBRARY_PATH",
178+
"DYLD_FRAMEWORK_PATH",
179+
"DYLD_FALLBACK_FRAMEWORK_PATH",
180+
"DYLD_VERSIONED_FRAMEWORK_PATH",
181+
*/
182182
#elif defined(_WIN32)
183183
"PATH",
184184
#endif

0 commit comments

Comments
 (0)