OrangeC: Add support for OrangeC compiler

Add compiler information modules.  Update the test suite.

Fixes: #25032
Co-authored-by: Brad King <brad.king@kitware.com>
This commit is contained in:
David Lindauer
2023-06-24 21:23:39 -04:00
committed by Brad King
parent 10f435a58f
commit 531b4fe643
57 changed files with 213 additions and 61 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ add_executable(complex.file complex.file.cxx complex_nobuild.cxx
if (UNIX)
target_link_libraries(complex ${CMAKE_DL_LIBS})
elseif(NOT BORLAND AND NOT MINGW)
elseif(NOT BORLAND AND NOT MINGW AND NOT CMAKE_C_COMPILER_ID STREQUAL "OrangeC")
target_link_libraries(complex rpcrt4.lib)
endif ()