Explorar o código

Enable arm build (#3030)

Helena Kotas %!s(int64=5) %!d(string=hai) anos
pai
achega
73c0d97f0d

+ 1 - 0
projects/dxilconv/unittests/CMakeLists.txt

@@ -15,6 +15,7 @@ target_link_libraries(dxilconv-tests PRIVATE
   LLVMSupport
   LLVMSupport
   LLVMOption
   LLVMOption
   ${TAEF_LIBRARIES}
   ${TAEF_LIBRARIES}
+  shlwapi
 )
 )
 
 
 include_directories(${TAEF_INCLUDE_DIRS})
 include_directories(${TAEF_INCLUDE_DIRS})

+ 1 - 0
tools/clang/unittests/HLSL/CMakeLists.txt

@@ -90,6 +90,7 @@ target_link_libraries(clang-hlsl-tests PRIVATE
   ${TAEF_LIBRARIES}
   ${TAEF_LIBRARIES}
   ${DIASDK_LIBRARIES}
   ${DIASDK_LIBRARIES}
   ${D3D12_LIBRARIES}
   ${D3D12_LIBRARIES}
+  shlwapi
   )
   )
 else(WIN32)
 else(WIN32)
 target_link_libraries(clang-hlsl-tests
 target_link_libraries(clang-hlsl-tests

+ 0 - 6
utils/hct/hctstart.cmd

@@ -160,12 +160,6 @@ if errorlevel 1 (
 )
 )
 echo Path adjusted to include TAEF te.exe.
 echo Path adjusted to include TAEF te.exe.
 
 
-if "%BUILD_ARCH%"=="ARM" (
-  echo.
-  echo WARNING: ARM build is not supported. Your build may fail. Use ARM64 instead.
-)
-goto :eof
-
 :ifexistaddpath 
 :ifexistaddpath 
 rem If the argument exists, add to PATH and return 0, else 1. Useful to avoid parens in values without setlocal changes.
 rem If the argument exists, add to PATH and return 0, else 1. Useful to avoid parens in values without setlocal changes.
 if exist %1 set PATH=%PATH%;%~1
 if exist %1 set PATH=%PATH%;%~1