Author: ismail
Date: Sun May 28 01:15:42 2017
New Revision: 304085
URL: http://llvm.org/viewvc/llvm-project?rev=304085&view=rev
Log:
baremetal.cpp: Fix tests where lib suffix is 64
Modified:
cfe/trunk/test/Driver/baremetal.cpp
Modified: cfe/trunk/test/Driver/baremetal.cpp
URL:
http://llvm.
Author: ismail
Date: Tue Jun 13 03:16:44 2017
New Revision: 305278
URL: http://llvm.org/viewvc/llvm-project?rev=305278&view=rev
Log:
Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64
after r304374
Modified:
libcxxabi/trunk/CMakeLists.txt
Modified: libcxxabi/trunk/
Hi,
On Mon, Oct 10, 2016 at 8:45 AM, Michael Zuckerman via cfe-commits
wrote:
> Author: mzuckerm
> Date: Mon Oct 10 00:45:54 2016
> New Revision: 283716
>
> URL: http://llvm.org/viewvc/llvm-project?rev=283716&view=rev
> Log:
> [x86][inline-asm][clang] accept 'v' constraint
>
> Commit in the name
Author: ismail
Date: Wed Nov 29 07:18:02 2017
New Revision: 319322
URL: http://llvm.org/viewvc/llvm-project?rev=319322&view=rev
Log:
Fix function call to fix build
../tools/clang/lib/Driver/ToolChains/Cuda.cpp:80:18: error: reference to
non-static member function must be called; did you mean to
Author: ismail
Date: Fri Feb 17 02:26:54 2017
New Revision: 295433
URL: http://llvm.org/viewvc/llvm-project?rev=295433&view=rev
Log:
Update Bugzilla URLs in docs
Modified:
cfe/trunk/docs/UsersManual.rst
Modified: cfe/trunk/docs/UsersManual.rst
URL:
http://llvm.org/viewvc/llvm-project/cfe/tr
Author: ismail
Date: Fri Apr 21 07:26:43 2017
New Revision: 300969
URL: http://llvm.org/viewvc/llvm-project?rev=300969&view=rev
Log:
Add support for openSUSE ARM Triples
Summary: Add support for armv6hl-suse-linux-gnueabi and
armv7hl-suse-linux-gnueabi triples used by openSUSE/SUSE.
Reviewers:
Author: ismail
Date: Tue Apr 25 06:24:14 2017
New Revision: 301302
URL: http://llvm.org/viewvc/llvm-project?rev=301302&view=rev
Log:
Fix fuzzer.c test on platforms where CLANG_DEFAULT_CXX_STDLIB is libc++
Modified:
cfe/trunk/test/Driver/fuzzer.c
Modified: cfe/trunk/test/Driver/fuzzer.c
URL:
Hi,
On Fri, Oct 28, 2016 at 9:06 AM, Eric Fiselier via cfe-commits
wrote:
> Author: ericwf
> Date: Fri Oct 28 01:06:50 2016
> New Revision: 285382
>
> URL: http://llvm.org/viewvc/llvm-project?rev=285382&view=rev
> Log:
> Add __libcpp_version file and __libcpp_library_version function.
>
> This pa
Author: ismail
Date: Tue Sep 15 04:53:14 2015
New Revision: 247668
URL: http://llvm.org/viewvc/llvm-project?rev=247668&view=rev
Log:
Doxygen fix InitializeBuiltins -> initializeBuiltins
Modified:
cfe/trunk/lib/Basic/Builtins.cpp
Modified: cfe/trunk/lib/Basic/Builtins.cpp
URL:
http://llvm.o
On Mon, Oct 19, 2015 at 7:45 PM, Hans Wennborg via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> hans added a comment.
>
> This is now part of the latest snapshot at http://llvm.org/builds/
> Seems to work :-)
>
> I had to dig around a bit to figure out where these settings are actually
> exp
Hi,
On Thu, Nov 12, 2015 at 2:46 AM, Argyrios Kyrtzidis via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> --- cfe/trunk/tools/c-index-test/CMakeLists.txt (original)
> +++ cfe/trunk/tools/c-index-test/CMakeLists.txt Wed Nov 11 18:46:57 2015
> @@ -28,3 +28,12 @@ if (CLANG_HAVE_LIBXML)
>inc
Author: ismail
Date: Thu Nov 12 07:47:35 2015
New Revision: 252890
URL: http://llvm.org/viewvc/llvm-project?rev=252890&view=rev
Log:
Fix c-index-test install path
Modified:
cfe/trunk/tools/c-index-test/CMakeLists.txt
Modified: cfe/trunk/tools/c-index-test/CMakeLists.txt
URL:
http://llvm.org
Fixed in r252890
On Thu, Nov 12, 2015 at 2:17 PM, Ismail Donmez wrote:
> Hi,
>
> On Thu, Nov 12, 2015 at 2:46 AM, Argyrios Kyrtzidis via cfe-commits <
> cfe-commits@lists.llvm.org> wrote:
>
>> --- cfe/trunk/tools/c-index-test/CMakeLists.txt (original)
>> +++ cfe/trunk/tools/c-index-test/CMakeLis
Hi,
On Tue, Aug 9, 2016 at 8:27 PM, Samuel Antao via cfe-commits
wrote:
> Author: sfantao
> Date: Tue Aug 9 12:27:24 2016
> New Revision: 278140
>
> URL: http://llvm.org/viewvc/llvm-project?rev=278140&view=rev
> Log:
> [CUDA] Regression test to make sure C++ include path are forwarded to host
>
Hi,
On Wed, Feb 10, 2016 at 2:59 AM, Richard Smith via cfe-commits
wrote:
> Author: rsmith
> Date: Tue Feb 9 18:59:02 2016
> New Revision: 260337
>
> URL: http://llvm.org/viewvc/llvm-project?rev=260337&view=rev
> Log:
> Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from
> and
Hi,
On Fri, Feb 19, 2016 at 3:52 AM, Nico Weber via cfe-commits
wrote:
> Author: nico
> Date: Thu Feb 18 19:52:46 2016
> New Revision: 261297
>
> URL: http://llvm.org/viewvc/llvm-project?rev=261297&view=rev
> Log:
> Implement the likely resolution of core issue 253.
>
> C++11 requires const objec
Hi,
On Tue, Apr 12, 2016 at 10:04 PM, Nico Weber via cfe-commits
wrote:
> Author: nico
> Date: Tue Apr 12 14:04:37 2016
> New Revision: 266108
>
> URL: http://llvm.org/viewvc/llvm-project?rev=266108&view=rev
> Log:
> clang-cl: Remove -isystem, add -imsvc.
>
> r260990 exposed -isystem in clang-cl.
On Thu, Apr 14, 2016 at 2:09 PM, Nico Weber wrote:
> It's supposed to match the
>
> "-internal-isystem"
> "/home/abuild/rpmbuild/BUILD/llvm/stage2/bin/../lib64/clang/3.9.0/include"
> "-internal-isystem" "myincludedir"
>
> bit in your output. Looks like it's "lib64" instead of "lib" on your system.
Author: ismail
Date: Thu Apr 14 10:32:24 2016
New Revision: 266324
URL: http://llvm.org/viewvc/llvm-project?rev=266324&view=rev
Log:
Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108.
Modified:
cfe/trunk/test/Driver/cl-options.c
Modified: cfe/trunk/test/Driver/cl-options
On Thu, Apr 14, 2016 at 5:52 PM, Nico Weber wrote:
> On Thu, Apr 14, 2016 at 10:32 AM, Ismail Donmez wrote:
>>
>> On Thu, Apr 14, 2016 at 2:09 PM, Nico Weber wrote:
>> > It's supposed to match the
>> >
>> > "-internal-isystem"
>> >
>> > "/home/abuild/rpmbuild/BUILD/llvm/stage2/bin/../lib64/clang
Hi,
On Sun, May 22, 2016 at 9:18 PM, Simon Atanasyan via cfe-commits
wrote:
> Author: atanasyan
> Date: Sun May 22 13:18:07 2016
> New Revision: 270373
>
> URL: http://llvm.org/viewvc/llvm-project?rev=270373&view=rev
> Log:
> [driver][mips] Support new versions of MIPS CodeScape toolchains
Two t
On Tue, May 24, 2016 at 4:18 PM, Simon Atanasyan wrote:
> /home/abuild/rpmbuild/BUILD/llvm/stage2/bin/clang -no-canonical-prefixes \
> /home/abuild/rpmbuild/BUILD/llvm/tools/clang/test/Driver/mips-img-v2.cpp \
> -### -o
> /home/abuild/rpmbuild/BUILD/llvm/stage2/tools/clang/test/Driver/Output/
Hi,
On Wed, May 25, 2016 at 1:32 PM, Simon Atanasyan wrote:
> Hi,
>
> Thanks for the information. One more question. Does the following folder
> exist?
>
> /home/abuild/rpmbuild/BUILD/llvm/tools/clang/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/../../../../mips-img-linux
Any ideas what's going on?
On Wed, May 25, 2016 at 1:35 PM, Ismail Donmez wrote:
> Hi,
>
> On Wed, May 25, 2016 at 1:32 PM, Simon Atanasyan wrote:
>> Hi,
>>
>> Thanks for the information. One more question. Does the following folder
>> exist?
>>
>> /home/abuild/rpmbuild/BUILD/llvm/tools/clang/t
Hi,
I think this is because I enable libc++ by default with
-DLLVM_ENABLE_LIBCXX=ON , so this tests need an explicit
-stdlib=libstdc++
ismail
On Thu, May 26, 2016 at 10:08 AM, Simon Atanasyan wrote:
> I'm trying to reproduce the problem but without success yet. And all
> buildbots available to
nd r263434)
>
> Cheers,
> Jonas
>
>> -Original Message-
>> From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf
>> Of Ismail Donmez via cfe-commits
>> Sent: Thursday, May 26, 2016 10:03 AM
>> To: Simon Atanasyan
>> Cc: cfe-co
63434)
>>>
>>> Cheers,
>>> Jonas
>>>
>>>> -----Original Message-
>>>> From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf
>>>> Of Ismail Donmez via cfe-commits
>>>> Sent: Thursday, May
Hi,
On Wed, Jun 1, 2016 at 11:48 PM, Chih-Hung Hsieh via cfe-commits
wrote:
> Author: chh
> Date: Wed Jun 1 15:48:46 2016
> New Revision: 271427
>
> URL: http://llvm.org/viewvc/llvm-project?rev=271427&view=rev
> Log:
> [driver][arm] add armv7 and thumb include and lib paths
>
> Add a new test an
This is due to lib vs lib64. Will fix. Sorry for the wrong diagnosis :)
On Thu, Jun 2, 2016 at 8:24 PM, Chih-hung Hsieh wrote:
> Ismail,
> I saw that android-ndk-standalone.cpp has already -stdlib=libstdc++.
> Could you tell me or just go ahead and make the necessary change?
> Thanks.
>
>
> On Th
Author: ismail
Date: Fri Jun 3 12:06:52 2016
New Revision: 271689
URL: http://llvm.org/viewvc/llvm-project?rev=271689&view=rev
Log:
Fix test for LLVM_LIBDIR_SUFFIX=64 case.
Modified:
cfe/trunk/test/Driver/android-ndk-standalone.cpp
Modified: cfe/trunk/test/Driver/android-ndk-standalone.cpp
Fixed in r271689.
On Fri, Jun 3, 2016 at 9:55 AM, Ismail Donmez wrote:
> This is due to lib vs lib64. Will fix. Sorry for the wrong diagnosis :)
>
> On Thu, Jun 2, 2016 at 8:24 PM, Chih-hung Hsieh wrote:
>> Ismail,
>> I saw that android-ndk-standalone.cpp has already -stdlib=libstdc++.
>> Could
Hi,
On Sat, Jun 4, 2016 at 11:03 PM, Joerg Sonnenberger via cfe-commits
wrote:
> Author: joerg
> Date: Sat Jun 4 15:03:26 2016
> New Revision: 271801
>
> URL: http://llvm.org/viewvc/llvm-project?rev=271801&view=rev
> Log:
> Add PIE magic for NetBSD. Add tests for the correct flags for
> non-shar
Hi,
On Mon, Jun 20, 2016 at 10:26 PM, Yaxun Liu via cfe-commits
wrote:
> Author: yaxunl
> Date: Mon Jun 20 14:26:00 2016
> New Revision: 273191
>
> URL: http://llvm.org/viewvc/llvm-project?rev=273191&view=rev
> Log:
> [OpenCL] Include opencl-c.h by default as a clang module
>
> Include opencl-c.h
On Wed, Jun 22, 2016 at 5:45 PM, Liu, Yaxun (Sam) wrote:
> $ "chmod" "u-w"
> "C:\cygwin64\home\ismail\src\llvm\dist\tools\clang\test\Headers\Output\opencl-c-header.cl.tmp/*"
> # command stderr:
> r.cl.tmp/*: invalid mode: 'mp/*'
>
> the error msg is strange. On my Cygwin I got different error:
> c
Hi,
On Wed, Jun 22, 2016 at 7:55 PM, Liu, Yaxun (Sam) wrote:
> The cmake of Cygwin itself does not support llvm. Which cmake did you use on
> Cygwin? Thanks.
I use native windows cmake and this is the only test that ever failed
with this setup. chmod is from native cygwin which seems to be the
Hi,
I won't have access to the system for ~2 weeks but the change looks
fine. Please commit if it passes the test on Linux with that.
Regards,
ismail
On Thu, Jun 23, 2016 at 4:39 PM, Liu, Yaxun (Sam) wrote:
> I have a patch which may workaround this issue, however I could not test it
> in Cyg
Hi,
> + NormalizedFS.setCurrentWorkingDirectory("/b/c");
> + NormalizedFS.setCurrentWorkingDirectory(".");
> + ASSERT_EQ("/b/c", NormalizedFS.getCurrentWorkingDirectory().get());
> + NormalizedFS.setCurrentWorkingDirectory("..");
> + ASSERT_EQ("/b", NormalizedFS.getCurrentWorkingDirectory().g
Author: ismail
Date: Tue Jan 12 04:41:20 2016
New Revision: 257468
URL: http://llvm.org/viewvc/llvm-project?rev=257468&view=rev
Log:
Revert r253898 and r253899, this breaks mingw compilation on openSUSE.
Will re-apply after llvm 3.8 is branched.
Original commit message:
Driver: fallback to the
Hi,
On Wed, Jan 13, 2016 at 12:38 AM, Laszlo Nagy via cfe-commits
wrote:
> Author: rizsotto
> Date: Tue Jan 12 16:38:41 2016
> New Revision: 257533
>
> URL: http://llvm.org/viewvc/llvm-project?rev=257533&view=rev
> Log:
> D9600: Add scan-build python implementation
This doesn't seem to be instal
Thanks for the clarification.
On Thursday, January 14, 2016, Laszlo Nagy
wrote:
> yes, it is just an initial drop. improvements are planed to make a full
> replacement of the one written in Perl.
>
> On Thu, Jan 14, 2016 at 12:14 AM, Ismail Donmez > wrote:
>
>> Hi,
>>
>> On Wed, Jan 13, 2016 at
On Sat, Jan 16, 2016 at 5:01 AM, Argyrios Kyrtzidis via cfe-commits
wrote:
> Author: akirtzidis
> Date: Fri Jan 15 21:01:20 2016
> New Revision: 257982
>
> URL: http://llvm.org/viewvc/llvm-project?rev=257982&view=rev
> Log:
> [libclang] Add missing CINDEX_LINKAGE from some new APIs in Index.h.
>
>
Hi,
On Mon, Nov 23, 2015 at 8:59 PM, Martell Malone via cfe-commits
wrote:
> Author: martell
> Date: Mon Nov 23 12:59:48 2015
> New Revision: 253898
>
> URL: http://llvm.org/viewvc/llvm-project?rev=253898&view=rev
> Log:
> Driver: fallback to the location of clang if no sysroot,
>
> hard coding /
On Tue, Nov 24, 2015 at 12:43 PM, Martell Malone
wrote:
>> This breaks mingw support on openSUSE :
>
> My first question is why on SUSE is clang installed in /opt while mingw-w64
> in /usr?
Well this is a custom clang it can be anywhere. Official one is in /usr.
>> x86_64-w64-mingw32-gcc is in $
Hi,
On Tue, Dec 1, 2015 at 7:45 PM, Reid Kleckner via cfe-commits
wrote:
> rnk added a comment.
>
> In http://reviews.llvm.org/D14180#299183, @martell wrote:
>
>> I tried testing __has_builtin(_InterlockedCompareExchangeAdd) as it seem to
>> not exist even when -fms-extensions is passed
>> Is t
On Tue, Dec 1, 2015 at 8:06 PM, Ismail Donmez wrote:
> Hi,
>
> On Tue, Dec 1, 2015 at 7:45 PM, Reid Kleckner via cfe-commits
> wrote:
>> rnk added a comment.
>>
>> In http://reviews.llvm.org/D14180#299183, @martell wrote:
>>
>>> I tried testing __has_builtin(_InterlockedCompareExchangeAdd) as it
45 matches
Mail list logo