[compiler-rt] a3290ea - [ORC-RT] Fix typo in path in f63b1bf7f49.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 10 04:07:44 PDT 2021


Author: Lang Hames
Date: 2021-08-10T21:04:44+10:00
New Revision: a3290ea156801184ec02351f607a2a806a978f5d

URL: https://github.com/llvm/llvm-project/commit/a3290ea156801184ec02351f607a2a806a978f5d
DIFF: https://github.com/llvm/llvm-project/commit/a3290ea156801184ec02351f607a2a806a978f5d.diff

LOG: [ORC-RT] Fix typo in path in f63b1bf7f49.

rdar://81056700

Added: 
    

Modified: 
    compiler-rt/lib/orc/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/orc/CMakeLists.txt b/compiler-rt/lib/orc/CMakeLists.txt
index d502bb1ea6f9..192a354f1900 100644
--- a/compiler-rt/lib/orc/CMakeLists.txt
+++ b/compiler-rt/lib/orc/CMakeLists.txt
@@ -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}


        


More information about the llvm-commits mailing list