File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ endif()
2121set (swift_compile_cmd "${LLDB_SWIFTC} "
2222 -resource -dir "${LLDB_PATH_TO_SWIFT_BUILD} /lib/swift"
2323 -module-cache -path "${module_cache_dir} "
24- -I${CMAKE_CURRENT_SOURCE_DIR} /REPLTime)
24+ -I" ${CMAKE_CURRENT_SOURCE_DIR} /REPLTime" )
2525
2626if (CMAKE_CROSSCOMPILING )
2727 set (swift_compile_cmd ${swift_compile_cmd} -target "${LLVM_HOST_TRIPLE} " -sdk "${CMAKE_SYSROOT} " )
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ uint64_t __attribute__ ((always_inline)) REPL_mach_absolute_time() {
3535 return mach_absolute_time ();
3636}
3737
38- #endif //REPL_TIME_H
38+ #endif //REPL_TIME_H
Original file line number Diff line number Diff line change 11module REPLTime [extern_c] {
22 header "REPLTime.h"
33 export *
4- }
4+ }
You can’t perform that action at this time.
0 commit comments