Displaying 1 result from an estimated 1 matches for "target_x86_64_cflags".
2015 Feb 13
2
[LLVMdev] [Compiler-rt] i386 is not supported in compiler-rt build
...lvm-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_build
-- {SIMPLE_SOURCE}: /home/mohit/compiler-rt_build/CMakeFiles/simple.cc
-- {TA...