r319322 - Fix function call to fix build

2017-11-29 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Wed Nov 29 07:18:02 2017 New Revision: 319322 URL: http://llvm.org/viewvc/llvm-project?rev=319322=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 call

[libcxxabi] r305278 - Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 after r304374

2017-06-13 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Tue Jun 13 03:16:44 2017 New Revision: 305278 URL: http://llvm.org/viewvc/llvm-project?rev=305278=rev Log: Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 after r304374 Modified: libcxxabi/trunk/CMakeLists.txt Modified:

r304085 - baremetal.cpp: Fix tests where lib suffix is 64

2017-05-28 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Sun May 28 01:15:42 2017 New Revision: 304085 URL: http://llvm.org/viewvc/llvm-project?rev=304085=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:

r301302 - Fix fuzzer.c test on platforms where CLANG_DEFAULT_CXX_STDLIB is libc++

2017-04-25 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Tue Apr 25 06:24:14 2017 New Revision: 301302 URL: http://llvm.org/viewvc/llvm-project?rev=301302=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:

r300969 - Add support for openSUSE ARM Triples

2017-04-21 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Fri Apr 21 07:26:43 2017 New Revision: 300969 URL: http://llvm.org/viewvc/llvm-project?rev=300969=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:

r295433 - Update Bugzilla URLs in docs

2017-02-17 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Fri Feb 17 02:26:54 2017 New Revision: 295433 URL: http://llvm.org/viewvc/llvm-project?rev=295433=rev Log: Update Bugzilla URLs in docs Modified: cfe/trunk/docs/UsersManual.rst Modified: cfe/trunk/docs/UsersManual.rst URL:

Re: [libcxx] r285382 - Add __libcpp_version file and __libcpp_library_version function.

2016-10-28 Thread Ismail Donmez via cfe-commits
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=rev > Log: > Add __libcpp_version file and

Re: r283716 - [x86][inline-asm][clang] accept 'v' constraint

2016-10-10 Thread Ismail Donmez via cfe-commits
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=rev > Log: > [x86][inline-asm][clang] accept 'v' constraint

Re: r278140 - [CUDA] Regression test to make sure C++ include path are forwarded to host and device frontends.

2016-08-12 Thread Ismail Donmez via cfe-commits
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=rev > Log: > [CUDA] Regression test to make sure C++ include path

Re: r273191 - [OpenCL] Include opencl-c.h by default as a clang module

2016-06-23 Thread Ismail Donmez via cfe-commits
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

Re: r273191 - [OpenCL] Include opencl-c.h by default as a clang module

2016-06-22 Thread Ismail Donmez via cfe-commits
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

Re: r273191 - [OpenCL] Include opencl-c.h by default as a clang module

2016-06-22 Thread Ismail Donmez via cfe-commits
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

Re: r273191 - [OpenCL] Include opencl-c.h by default as a clang module

2016-06-22 Thread Ismail Donmez via cfe-commits
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=rev > Log: > [OpenCL] Include opencl-c.h by default as a clang

Re: r271801 - Add PIE magic for NetBSD. Add tests for the correct flags for

2016-06-06 Thread Ismail Donmez via cfe-commits
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=rev > Log: > Add PIE magic for NetBSD. Add tests for the

Re: r271427 - [driver][arm] add armv7 and thumb include and lib paths

2016-06-03 Thread Ismail Donmez via cfe-commits
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

r271689 - Fix test for LLVM_LIBDIR_SUFFIX=64 case.

2016-06-03 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Fri Jun 3 12:06:52 2016 New Revision: 271689 URL: http://llvm.org/viewvc/llvm-project?rev=271689=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

Re: r271427 - [driver][arm] add armv7 and thumb include and lib paths

2016-06-03 Thread Ismail Donmez via cfe-commits
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? >

Re: r271427 - [driver][arm] add armv7 and thumb include and lib paths

2016-06-02 Thread Ismail Donmez via cfe-commits
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=rev > Log: > [driver][arm] add armv7 and thumb include and lib

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Ismail Donmez via cfe-commits
d to add an >>> '-stdlib=platform' to the test... (see r260662 and r263434) >>> >>> Cheers, >>> Jonas >>> >>>> -Original Message- >>>> From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf >>>> Of Is

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Ismail Donmez via cfe-commits
o the test... (see r260662 and 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 At

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Ismail Donmez via cfe-commits
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 >

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Ismail Donmez via cfe-commits
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? >> >>

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-25 Thread Ismail Donmez via cfe-commits
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? > >

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-25 Thread Ismail Donmez via cfe-commits
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 >

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-24 Thread Ismail Donmez via cfe-commits
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=rev > Log: > [driver][mips] Support new versions of MIPS

Re: r266108 - clang-cl: Remove -isystem, add -imsvc.

2016-04-14 Thread Ismail Donmez via cfe-commits
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" >> > >> >

r266324 - Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108.

2016-04-14 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Thu Apr 14 10:32:24 2016 New Revision: 266324 URL: http://llvm.org/viewvc/llvm-project?rev=266324=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.c

Re: r266108 - clang-cl: Remove -isystem, add -imsvc.

2016-04-14 Thread Ismail Donmez via cfe-commits
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

Re: r266108 - clang-cl: Remove -isystem, add -imsvc.

2016-04-14 Thread Ismail Donmez via cfe-commits
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=rev > Log: > clang-cl: Remove -isystem, add -imsvc. > > r260990

Re: r261297 - Implement the likely resolution of core issue 253.

2016-02-19 Thread Ismail Donmez via cfe-commits
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=rev > Log: > Implement the likely resolution of core issue 253. > >

Re: r257982 - [libclang] Add missing CINDEX_LINKAGE from some new APIs in Index.h.

2016-01-16 Thread Ismail Donmez via cfe-commits
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=rev > Log: > [libclang] Add missing CINDEX_LINKAGE from some

Re: r257533 - D9600: Add scan-build python implementation

2016-01-13 Thread Ismail Donmez via cfe-commits
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=rev > Log: > D9600: Add scan-build python implementation This

Re: r257533 - D9600: Add scan-build python implementation

2016-01-13 Thread Ismail Donmez via cfe-commits
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

r257468 - Revert r253898 and r253899, this breaks mingw compilation on openSUSE.

2016-01-12 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Tue Jan 12 04:41:20 2016 New Revision: 257468 URL: http://llvm.org/viewvc/llvm-project?rev=257468=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

Re: r257260 - [vfs] Normalize working directory if requested.

2016-01-09 Thread Ismail Donmez via cfe-commits
Hi, > + NormalizedFS.setCurrentWorkingDirectory("/b/c"); > + NormalizedFS.setCurrentWorkingDirectory("."); > + ASSERT_EQ("/b/c", NormalizedFS.getCurrentWorkingDirectory().get()); > + NormalizedFS.setCurrentWorkingDirectory(".."); > + ASSERT_EQ("/b",

Re: [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target

2015-12-01 Thread Ismail Donmez via cfe-commits
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

Re: [PATCH] D14180: enable -fms-extensions by default on the mingw-w64 target

2015-12-01 Thread Ismail Donmez via cfe-commits
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

Re: r253898 - Driver: fallback to the location of clang if no sysroot,

2015-11-24 Thread Ismail Donmez via cfe-commits
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. >>

Re: r252836 - [CMake] Setup an install component for libclang and c-index-test.

2015-11-12 Thread Ismail Donmez via cfe-commits
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) >

Re: r252836 - [CMake] Setup an install component for libclang and c-index-test.

2015-11-12 Thread Ismail Donmez via cfe-commits
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) >> +++

Re: [PATCH] D13549: Added new options to ClangFormat VSIX package.

2015-10-19 Thread Ismail Donmez via cfe-commits
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 >

r247668 - Doxygen fix InitializeBuiltins -> initializeBuiltins

2015-09-15 Thread Ismail Donmez via cfe-commits
Author: ismail Date: Tue Sep 15 04:53:14 2015 New Revision: 247668 URL: http://llvm.org/viewvc/llvm-project?rev=247668=rev Log: Doxygen fix InitializeBuiltins -> initializeBuiltins Modified: cfe/trunk/lib/Basic/Builtins.cpp Modified: cfe/trunk/lib/Basic/Builtins.cpp URL: