mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Loadable modules are not supported on Cygwin. PR 6655.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117130 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f8b40d51c
commit
01a575e2fc
@ -29,7 +29,7 @@ endmacro(add_llvm_library name)
|
|||||||
|
|
||||||
|
|
||||||
macro(add_llvm_loadable_module name)
|
macro(add_llvm_loadable_module name)
|
||||||
if( NOT LLVM_ON_UNIX )
|
if( NOT LLVM_ON_UNIX OR CYGWIN )
|
||||||
message(STATUS "Loadable modules not supported on this platform.
|
message(STATUS "Loadable modules not supported on this platform.
|
||||||
${name} ignored.")
|
${name} ignored.")
|
||||||
else()
|
else()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user