[ORC-RT] Fix typo in path in f63b1bf7f4.

rdar://81056700
This commit is contained in:
Lang Hames 2021-08-10 21:04:44 +10:00
parent f63b1bf7f4
commit a3290ea156
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if (TARGET cxx-headers OR HAVE_LIBCXX)
endif()
if (APPLE)
add_asm_sources(ORC_ASM_SOURCES macho_tlv.x86_64.S)
add_asm_sources(ORC_ASM_SOURCES macho_tlv.x86-64.S)
add_compiler_rt_object_libraries(RTOrc
OS ${ORC_SUPPORTED_OS}