search for: runtimex86config

Displaying 4 results from an estimated 4 matches for "runtimex86config".

Did you mean: runtimex86configs
2013 Aug 22
2
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt (compiler-rt patch)
...:03:15.856154519 +0000 @@ -96,29 +96,66 @@ $(1) $$cflags $(2) -o /dev/null > /dev/null 2> /dev/null ; \ echo $$?) -# We try to build 32-bit runtimes both on 32-bit hosts and 64-bit hosts. -Runtime32BitConfigs = \ +# We try to build x86 runtimes both on x86 hosts and 64-bit hosts. +Runtimex86Configs = \ full-i386.a profile-i386.a san-i386.a asan-i386.a ubsan-i386.a \ ubsan_cxx-i386.a +Runtime64BitConfigs = \ + full-x86_64.a profile-x86_64.a san-x86_64.a asan-x86_64.a \ + tsan-x86_64.a msan-x86_64.a ubsan-x86_64.a ubsan_cxx-x86_64.a \ + dfsan-x86_64.a lsan-x86_64.a + +Runtimex32Configs +...
2013 Aug 22
0
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt (compiler-rt patch)
...6 @@ > $(1) $$cflags $(2) -o /dev/null > /dev/null 2> /dev/null ; \ > echo $$?) > > -# We try to build 32-bit runtimes both on 32-bit hosts and 64-bit > hosts. > -Runtime32BitConfigs = \ > +# We try to build x86 runtimes both on x86 hosts and 64-bit hosts. > +Runtimex86Configs = \ > full-i386.a profile-i386.a san-i386.a asan-i386.a ubsan-i386.a \ > ubsan_cxx-i386.a > > +Runtime64BitConfigs = \ > + full-x86_64.a profile-x86_64.a san-x86_64.a asan-x86_64.a \ > + tsan-x86_64.a msan-x86_64.a ubsan-x86_64.a ubsan_cxx-x86_64.a \ &...
2013 Aug 22
0
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
Clang patch for X32 support. Applies against current trunk. --- ./tools/clang/include/clang/Driver/Options.td.orig 2013-05-16 21:51:51.286129820 +0000 +++ ./tools/clang/include/clang/Driver/Options.td 2013-05-16 21:53:24.875004239 +0000 @@ -841,6 +841,7 @@ HelpText<"Enable hexagon-qdsp6 backward compatibility">; def m3dnowa : Flag<["-"], "m3dnowa">,
2013 Aug 22
7
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt
Hi, I'm working on bringing up complete coverage for a Gentoo x32 "desktop" system. I've been cooking up quite a few patches for various packages to push upstream, but right now, the biggest blocker is the lack of support for building with/codegen targeting x32 in llvm/clang. Since the x32 patches were sent last year, I see support code has landed in LLVM, and basic handling of