Displaying 4 results from an estimated 4 matches for "get_host_tripl".
Did you mean:
get_host_triple
2015 Jul 21
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
...ror.log attached
On Wed, Jul 22, 2015 at 8:20 AM, Alexey Samsonov <vonosmas at gmail.com> wrote:
> The problem is we "guess" that the host architecture is i686, and fail
> when we find out that we can't target it (__i686__ is not defined).
> This guess originates from get_host_triple() call
> in cmake/modules/GetHostTriple.cmake.
> Probably, it makes sense to fix that to return i568 on openSUSE, and then
> test for i586 in the same way we already test for i386/i686.
>
>
> On Fri, Jul 17, 2015 at 11:23 AM, Hans Wennborg <hans at chromium.org> wrote:
>...
2015 Jul 17
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
Seems on OpenSUSE x86, it's called i586, not i686 :-(
+Alexey: do you think we can handle this in the compiler-rt cmake
files somehow? Maybe try targeting both i686 and i586 unless that
would break something else?
On Fri, Jul 17, 2015 at 1:31 AM, Nikola Smiljanic <popizdeh at gmail.com> wrote:
> CMake Error at projects/compiler-rt/cmake/config-ix.cmake:125 (message):
> Cannot
2016 Jan 10
2
[cfe-dev] Is it a va_arg bug in clang?
...t/disk3/llvmtruck/llvm/autoconf/config.guess: Syntax error: word unexpected (expecting "in")
CMake Error at cmake/modules/GetHostTriple.cmake:24 (message):
Failed to execute /mnt/disk3/llvmtruck/llvm/autoconf/config.guess
Call Stack (most recent call first):
cmake/config-ix.cmake:331 (get_host_triple)
CMakeLists.txt:407 (include)
Steven Shi
Intel\SSG\STO\UEFI Firmware
Tel: +86 021-61166522
iNet: 821-6522
From: metafoo at gmail.com [mailto:metafoo at gmail.com] On Behalf Of Richard Smith
Sent: Saturday, January 09, 2016 5:18 PM
To: Shi, Steven
Cc: Clang Dev; llvm-dev
Subject: Re: [cfe-d...
2016 Jan 09
2
[cfe-dev] Is it a va_arg bug in clang?
Hi Richard,
Thank you for the info. I build my code in Ubuntu-64bits with simply commands: “clang X64.c”, then run “./a.out” to see the output. If I replace my va_list, va_start, va_arg va_end with __builtin_ms_va_list, __builtin_ms_va_start, __builtin_ms_va_arg, __builtin_ms_va_end, my code will build fail in Ubuntu with below message. Do you suggest I should build it in windows and not in