Displaying 2 results from an estimated 2 matches for "simple_sourc".
Did you mean:
simple_source
2015 Feb 13
2
[LLVMdev] [Compiler-rt] i386 is not supported in compiler-rt build
...cmake file, it looks like i386 is failing this
<https://github.com/llvm-mirror/compiler-rt/blob/master/cmake/config-ix.cmake#L76>
test.
I have checked variables for both the target, which looks fine to me:
-- {CAN_TARGET_x86_64}: TRUE
-- {CMAKE_BINARY_DIR}: /home/mohit/compiler-rt_build
-- {SIMPLE_SOURCE}: /home/mohit/compiler-rt_build/CMakeFiles/simple.cc
-- {TARGET_x86_64_CFLAGS}: -m64
-- TARGET_{arch}_OUTPUT: TARGET_x86_64_OUTPUT
--
-DCMAKE_EXE_LINKER_FLAGS:STRING={argstring}:-DCMAKE_EXE_LINKER_FLAGS:STRING=
-m64
-- {CAN_TARGET_i386}: FALSE
-- {CMAKE_BINARY_DIR}: /home/mohit/compiler-rt_buil...
2016 Mar 07
2
Windows port
Hi!
I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :)
Where are a lot of Windows-branches at GitHub. What is the most actual one?
The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6?
I couldn't find any info about proper environment to build Windows