[NFC] [DirectX backend] copy dxil-dis as exe file on windows
Without .exe in the name on windows, the test not work. Differential Revision: https://reviews.llvm.org/D139765
This commit is contained in:
parent
e43e0ffbe7
commit
4eaccea4f1
|
@ -17,7 +17,7 @@ endif ()
|
|||
|
||||
if (DXIL_DIS)
|
||||
add_custom_target(dxil-dis
|
||||
COMMAND ${CMAKE_COMMAND} -E ${LLVM_LINK_OR_COPY} "${DXIL_DIS}" "${LLVM_RUNTIME_OUTPUT_INTDIR}/dxil-dis")
|
||||
COMMAND ${CMAKE_COMMAND} -E ${LLVM_LINK_OR_COPY} "${DXIL_DIS}" "${LLVM_RUNTIME_OUTPUT_INTDIR}/dxil-dis${CMAKE_EXECUTABLE_SUFFIX}")
|
||||
return()
|
||||
endif ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user