r244962 - Removed one too many braces.

2015-08-13 Thread Brad Smith via cfe-commits
Author: brad Date: Thu Aug 13 17:00:53 2015 New Revision: 244962 URL: http://llvm.org/viewvc/llvm-project?rev=244962view=rev Log: Removed one too many braces. Modified: cfe/trunk/lib/Basic/Targets.cpp Modified: cfe/trunk/lib/Basic/Targets.cpp URL:

r244961 - [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD.

2015-08-13 Thread Brad Smith via cfe-commits
Author: brad Date: Thu Aug 13 16:45:57 2015 New Revision: 244961 URL: http://llvm.org/viewvc/llvm-project?rev=244961view=rev Log: [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD. Modified: cfe/trunk/lib/Basic/Targets.cpp cfe/trunk/test/Preprocessor/init.c Modified:

Re: [PATCH] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD/sparc.

2015-08-12 Thread Brad Smith via cfe-commits
On 08/12/15 11:24, James Y Knight wrote: Sorry for the miscommunication, I thought you were going to commit it already. LGTM. Oh, I was waiting for someone to say something. Thanks. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be

r295786 - Hook up OpenBSD AArch64 support

2017-02-21 Thread Brad Smith via cfe-commits
Author: brad Date: Tue Feb 21 17:13:09 2017 New Revision: 295786 URL: http://llvm.org/viewvc/llvm-project?rev=295786=rev Log: Hook up OpenBSD AArch64 support Modified: cfe/trunk/lib/Basic/Targets.cpp cfe/trunk/test/Frontend/gnu-mcount.c cfe/trunk/test/Preprocessor/init.c Modified:

r295614 - Always use --eh-frame-hdr on OpenBSD, even for -static

2017-02-19 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Feb 19 14:11:48 2017 New Revision: 295614 URL: http://llvm.org/viewvc/llvm-project?rev=295614=rev Log: Always use --eh-frame-hdr on OpenBSD, even for -static Modified: cfe/trunk/lib/Driver/Tools.cpp cfe/trunk/test/Driver/openbsd.c Modified:

r295610 - Link static PIE programs against rcrt0.o on OpenBSD

2017-02-19 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Feb 19 13:33:26 2017 New Revision: 295610 URL: http://llvm.org/viewvc/llvm-project?rev=295610=rev Log: Link static PIE programs against rcrt0.o on OpenBSD Patch by Stefan Kempf. Modified: cfe/trunk/lib/Driver/Tools.cpp cfe/trunk/test/Driver/openbsd.c Modified:

r296256 - Also test OpenBSD/powerpc here for the various types expected to be the same across archs.

2017-02-25 Thread Brad Smith via cfe-commits
Author: brad Date: Sat Feb 25 10:35:18 2017 New Revision: 296256 URL: http://llvm.org/viewvc/llvm-project?rev=296256=rev Log: Also test OpenBSD/powerpc here for the various types expected to be the same across archs. Modified: cfe/trunk/test/Preprocessor/init.c Modified:

r295635 - Enable support for __float128 in Clang on OpenBSD/X86

2017-02-19 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Feb 19 21:18:15 2017 New Revision: 295635 URL: http://llvm.org/viewvc/llvm-project?rev=295635=rev Log: Enable support for __float128 in Clang on OpenBSD/X86 /usr/local/include/c++/4.9.4/type_traits:279:39: error: __float128 is not supported on this target Modified:

r296430 - Set ABIs correctly for OpenBSD/arm; soft float and aapcs-linux.

2017-02-27 Thread Brad Smith via cfe-commits
Author: brad Date: Mon Feb 27 21:20:26 2017 New Revision: 296430 URL: http://llvm.org/viewvc/llvm-project?rev=296430=rev Log: Set ABIs correctly for OpenBSD/arm; soft float and aapcs-linux. Modified: cfe/trunk/lib/Basic/Targets.cpp cfe/trunk/lib/Driver/Arch/ARM.cpp

Re: r284256 - Link static PIE programs against rcrt0.o on OpenBSD

2016-10-25 Thread Brad Smith via cfe-commits
On 10/18/16 22:13, Brad Smith via cfe-commits wrote: On Fri, Oct 14, 2016 at 09:47:17PM -0400, Brad Smith via cfe-commits wrote: On Fri, Oct 14, 2016 at 05:59:54PM -, Ed Maste via cfe-commits wrote: Author: emaste Date: Fri Oct 14 12:59:53 2016 New Revision: 284256 URL: http://llvm.org

Re: r284256 - Link static PIE programs against rcrt0.o on OpenBSD

2016-10-29 Thread Brad Smith via cfe-commits
On 10/25/16 19:34, Brad Smith via cfe-commits wrote: On 10/18/16 22:13, Brad Smith via cfe-commits wrote: On Fri, Oct 14, 2016 at 09:47:17PM -0400, Brad Smith via cfe-commits wrote: On Fri, Oct 14, 2016 at 05:59:54PM -, Ed Maste via cfe-commits wrote: Author: emaste Date: Fri Oct 14 12:59

Re: r284256 - Link static PIE programs against rcrt0.o on OpenBSD

2016-10-14 Thread Brad Smith via cfe-commits
On Fri, Oct 14, 2016 at 05:59:54PM -, Ed Maste via cfe-commits wrote: > Author: emaste > Date: Fri Oct 14 12:59:53 2016 > New Revision: 284256 > > URL: http://llvm.org/viewvc/llvm-project?rev=284256=rev > Log: > Link static PIE programs against rcrt0.o on OpenBSD > > Patch by Stefan Kempf. >

Re: r284256 - Link static PIE programs against rcrt0.o on OpenBSD

2016-10-18 Thread Brad Smith via cfe-commits
On Fri, Oct 14, 2016 at 09:47:17PM -0400, Brad Smith via cfe-commits wrote: > On Fri, Oct 14, 2016 at 05:59:54PM -, Ed Maste via cfe-commits wrote: > > Author: emaste > > Date: Fri Oct 14 12:59:53 2016 > > New Revision: 284256 > > > > URL: http://llvm.org/v

r286736 - Revert r286735 due to test failure

2016-11-12 Thread Brad Smith via cfe-commits
Author: brad Date: Sat Nov 12 18:16:21 2016 New Revision: 286736 URL: http://llvm.org/viewvc/llvm-project?rev=286736=rev Log: Revert r286735 due to test failure Modified: cfe/trunk/lib/Driver/Tools.cpp cfe/trunk/test/Driver/openbsd.c Modified: cfe/trunk/lib/Driver/Tools.cpp URL:

r286735 - Link static PIE programs against rcrt0.o on OpenBSD

2016-11-12 Thread Brad Smith via cfe-commits
Author: brad Date: Sat Nov 12 17:52:03 2016 New Revision: 286735 URL: http://llvm.org/viewvc/llvm-project?rev=286735=rev Log: Link static PIE programs against rcrt0.o on OpenBSD Patch by Stefan Kempf. Modified: cfe/trunk/lib/Driver/Tools.cpp cfe/trunk/test/Driver/openbsd.c Modified:

Re: r284256 - Link static PIE programs against rcrt0.o on OpenBSD

2016-11-01 Thread Brad Smith via cfe-commits
On 10/30/16 01:57, Brad Smith via cfe-commits wrote: On 10/25/16 19:34, Brad Smith via cfe-commits wrote: On 10/18/16 22:13, Brad Smith via cfe-commits wrote: On Fri, Oct 14, 2016 at 09:47:17PM -0400, Brad Smith via cfe-commits wrote: On Fri, Oct 14, 2016 at 05:59:54PM -, Ed Maste via cfe

Re: [PATCH] D22130: Link static PIE programs against rcrt0.o on OpenBSD

2016-10-13 Thread Brad Smith via cfe-commits
On 09/10/16 05:27, Stefan Kempf via cfe-commits wrote: Ed Maste wrote: emaste added a comment. Seems fine to me, but I'm not particularly knowledgeable about OpenBSD's toolchain. Could you commit it please if it looks ok? This diff is what OpenBSD has in its tree. We'd like to get it

r299269 - Add/update PIE defaults for OpenBSD.

2017-03-31 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Mar 31 17:13:17 2017 New Revision: 299269 URL: http://llvm.org/viewvc/llvm-project?rev=299269=rev Log: Add/update PIE defaults for OpenBSD. Modified: cfe/trunk/lib/Driver/ToolChains/CommonArgs.cpp cfe/trunk/test/Driver/pic.c Modified:

r297098 - Set the Int64Type / IntMaxType types correctly for OpenBSD/mips64

2017-03-06 Thread Brad Smith via cfe-commits
Author: brad Date: Mon Mar 6 17:48:31 2017 New Revision: 297098 URL: http://llvm.org/viewvc/llvm-project?rev=297098=rev Log: Set the Int64Type / IntMaxType types correctly for OpenBSD/mips64 Modified: cfe/trunk/lib/Basic/Targets.cpp cfe/trunk/test/Preprocessor/init.c Modified:

r308155 - Enable TLS support on OpenBSD, but default to the emulatated TLS model.

2017-07-16 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Jul 16 17:49:31 2017 New Revision: 308155 URL: http://llvm.org/viewvc/llvm-project?rev=308155=rev Log: Enable TLS support on OpenBSD, but default to the emulatated TLS model. Modified: cfe/trunk/lib/Basic/Targets.cpp cfe/trunk/lib/Driver/ToolChains/Clang.cpp

r308156 - Enable TLS support on OpenBSD.

2017-07-16 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Jul 16 18:06:46 2017 New Revision: 308156 URL: http://llvm.org/viewvc/llvm-project?rev=308156=rev Log: Enable TLS support on OpenBSD. Modified: cfe/trunk/test/Sema/tls.c Modified: cfe/trunk/test/Sema/tls.c URL:

r309522 - Fix a typo.

2017-07-30 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Jul 30 13:33:06 2017 New Revision: 309522 URL: http://llvm.org/viewvc/llvm-project?rev=309522=rev Log: Fix a typo. Modified: cfe/trunk/test/Preprocessor/init.c Modified: cfe/trunk/test/Preprocessor/init.c URL:

r309523 - Also pass -pie back to the linker when linking on OpenBSD.

2017-07-30 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Jul 30 14:13:59 2017 New Revision: 309523 URL: http://llvm.org/viewvc/llvm-project?rev=309523=rev Log: Also pass -pie back to the linker when linking on OpenBSD. Modified: cfe/trunk/lib/Driver/ToolChains/OpenBSD.cpp cfe/trunk/test/Driver/openbsd.c Modified:

r336004 - [mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.

2018-06-29 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Jun 29 12:03:03 2018 New Revision: 336004 URL: http://llvm.org/viewvc/llvm-project?rev=336004=rev Log: [mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el. Reviewers: atanasyan Differential Revision: https://reviews.llvm.org/D48515 Modified:

r337660 - OpenBSD/arm has switched to float ABI SoftFP.

2018-07-22 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Jul 22 14:39:54 2018 New Revision: 337660 URL: http://llvm.org/viewvc/llvm-project?rev=337660=rev Log: OpenBSD/arm has switched to float ABI SoftFP. Modified: cfe/trunk/lib/Driver/ToolChains/Arch/ARM.cpp cfe/trunk/test/Driver/openbsd.c Modified:

r337663 - Fix the test

2018-07-22 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Jul 22 15:04:28 2018 New Revision: 337663 URL: http://llvm.org/viewvc/llvm-project?rev=337663=rev Log: Fix the test Modified: cfe/trunk/test/Driver/openbsd.c Modified: cfe/trunk/test/Driver/openbsd.c URL:

r344257 - Some improvements to the OpenBSD driver.

2018-10-11 Thread Brad Smith via cfe-commits
Author: brad Date: Thu Oct 11 09:13:44 2018 New Revision: 344257 URL: http://llvm.org/viewvc/llvm-project?rev=344257=rev Log: Some improvements to the OpenBSD driver. - OpenBSD has switched to compiler_rt / libcxx - Fix sysroot and lib path handling - Some cleaning up Added:

r345439 - Pass the nopie flag to the linker when linking with -pg.

2018-10-26 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Oct 26 17:23:28 2018 New Revision: 345439 URL: http://llvm.org/viewvc/llvm-project?rev=345439=rev Log: Pass the nopie flag to the linker when linking with -pg. Modified: cfe/trunk/lib/Driver/ToolChains/OpenBSD.cpp cfe/trunk/test/Driver/openbsd.c Modified:

r345440 - Update the other test.

2018-10-26 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Oct 26 17:46:12 2018 New Revision: 345440 URL: http://llvm.org/viewvc/llvm-project?rev=345440=rev Log: Update the other test. Modified: cfe/trunk/test/Driver/openbsd.c Modified: cfe/trunk/test/Driver/openbsd.c URL:

r345443 - Revert "Pass the nopie flag to the linker when linking with -pg." until

2018-10-26 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Oct 26 18:14:22 2018 New Revision: 345443 URL: http://llvm.org/viewvc/llvm-project?rev=345443=rev Log: Revert "Pass the nopie flag to the linker when linking with -pg." until one of the tests can be fixed on !OpenBSD hosts. Modified:

r345470 - Reapply Pass the nopie flag to the linker when linking with -pg.

2018-10-27 Thread Brad Smith via cfe-commits
Author: brad Date: Sat Oct 27 20:30:18 2018 New Revision: 345470 URL: http://llvm.org/viewvc/llvm-project?rev=345470=rev Log: Reapply Pass the nopie flag to the linker when linking with -pg. Modified: cfe/trunk/lib/Driver/ToolChains/OpenBSD.cpp cfe/trunk/test/Driver/openbsd.c Modified:

r351217 - [Solaris] Move enabling IAS for SPARC from the Solaris toolchain to Generic_GCC.

2019-01-15 Thread Brad Smith via cfe-commits
Author: brad Date: Tue Jan 15 10:24:03 2019 New Revision: 351217 URL: http://llvm.org/viewvc/llvm-project?rev=351217=rev Log: [Solaris] Move enabling IAS for SPARC from the Solaris toolchain to Generic_GCC. Modified: cfe/trunk/lib/Driver/ToolChains/Gnu.cpp

r351245 - Enable IAS for OpenBSD SPARC.

2019-01-15 Thread Brad Smith via cfe-commits
Author: brad Date: Tue Jan 15 13:04:36 2019 New Revision: 351245 URL: http://llvm.org/viewvc/llvm-project?rev=351245=rev Log: Enable IAS for OpenBSD SPARC. Modified: cfe/trunk/lib/Driver/ToolChains/Gnu.cpp cfe/trunk/test/Driver/openbsd.c Modified: cfe/trunk/lib/Driver/ToolChains/Gnu.cpp

r348041 - Add myself as code owner for OpenBSD driver

2018-11-30 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Nov 30 13:42:34 2018 New Revision: 348041 URL: http://llvm.org/viewvc/llvm-project?rev=348041=rev Log: Add myself as code owner for OpenBSD driver Modified: cfe/trunk/CODE_OWNERS.TXT Modified: cfe/trunk/CODE_OWNERS.TXT URL:

[PATCH] Add myself as code owner for OpenBSD driver

2018-11-29 Thread Brad Smith via cfe-commits
Add myself as code owner for OpenBSD driver. Index: CODE_OWNERS.TXT === --- CODE_OWNERS.TXT (revision 347715) +++ CODE_OWNERS.TXT (working copy) @@ -49,6 +49,10 @@ E: rjmcc...@apple.com D: Clang LLVM IR generation +N:

r347179 - [PowerPC] Set the default PLT mode on OpenBSD/powerpc to Secure PLT.

2018-11-18 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Nov 18 16:21:06 2018 New Revision: 347179 URL: http://llvm.org/viewvc/llvm-project?rev=347179=rev Log: [PowerPC] Set the default PLT mode on OpenBSD/powerpc to Secure PLT. OpenBSD/powerpc only supports Secure PLT. Modified: cfe/trunk/lib/Driver/ToolChains/Arch/PPC.cpp

r347178 - Replace the UTF-8 characters in the error message.

2018-11-18 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Nov 18 14:30:58 2018 New Revision: 347178 URL: http://llvm.org/viewvc/llvm-project?rev=347178=rev Log: Replace the UTF-8 characters in the error message. Modified: cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td cfe/trunk/test/Driver/mips-abicalls-error.c

r357879 - IAS is now enabled for all OS on MIPS64

2019-04-07 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Apr 7 17:03:01 2019 New Revision: 357879 URL: http://llvm.org/viewvc/llvm-project?rev=357879=rev Log: IAS is now enabled for all OS on MIPS64 Modified: cfe/trunk/test/Driver/freebsd.c cfe/trunk/test/Driver/openbsd.c Modified: cfe/trunk/test/Driver/freebsd.c URL:

r357878 - Enable IAS for FreeBSD SPARC64.

2019-04-07 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Apr 7 16:12:31 2019 New Revision: 357878 URL: http://llvm.org/viewvc/llvm-project?rev=357878=rev Log: Enable IAS for FreeBSD SPARC64. Modified: cfe/trunk/lib/Driver/ToolChains/Gnu.cpp cfe/trunk/test/Driver/freebsd.c Modified:

r354721 - Remove sanitizer context workaround no longer necessary

2019-02-22 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Feb 22 22:19:28 2019 New Revision: 354721 URL: http://llvm.org/viewvc/llvm-project?rev=354721=rev Log: Remove sanitizer context workaround no longer necessary The base linker is now lld. Modified: cfe/trunk/lib/Driver/ToolChains/OpenBSD.cpp Modified:

r354723 - Remove OpenBSD case for old system libstdc++ header path as OpenBSD

2019-02-22 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Feb 22 23:21:19 2019 New Revision: 354723 URL: http://llvm.org/viewvc/llvm-project?rev=354723=rev Log: Remove OpenBSD case for old system libstdc++ header path as OpenBSD has switched to libc++. Modified: cfe/trunk/lib/Frontend/InitHeaderSearch.cpp Modified:

r353656 - long double is double on OpenBSD/NetBSD/PPC.

2019-02-10 Thread Brad Smith via cfe-commits
Author: brad Date: Sun Feb 10 18:53:16 2019 New Revision: 353656 URL: http://llvm.org/viewvc/llvm-project?rev=353656=rev Log: long double is double on OpenBSD/NetBSD/PPC. Patch by George Koehler. Modified: cfe/trunk/lib/Basic/Targets/PPC.h cfe/trunk/test/CodeGen/powerpc_types.c

r358775 - Enable frame pointer elimination for OpenBSD on powerpc.

2019-04-19 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Apr 19 11:41:40 2019 New Revision: 358775 URL: http://llvm.org/viewvc/llvm-project?rev=358775=rev Log: Enable frame pointer elimination for OpenBSD on powerpc. Modified: cfe/trunk/lib/Driver/ToolChains/Clang.cpp cfe/trunk/test/Driver/frame-pointer-elim.c Modified:

r364679 - Revert enabling frame pointer elimination on OpenBSD for now.

2019-06-28 Thread Brad Smith via cfe-commits
Author: brad Date: Fri Jun 28 12:57:51 2019 New Revision: 364679 URL: http://llvm.org/viewvc/llvm-project?rev=364679=rev Log: Revert enabling frame pointer elimination on OpenBSD for now. Modified: cfe/trunk/lib/Driver/ToolChains/Clang.cpp cfe/trunk/test/Driver/frame-pointer-elim.c

r358245 - Enable frame pointer elimination for OpenBSD on x86 and mips64.

2019-04-11 Thread Brad Smith via cfe-commits
Author: brad Date: Thu Apr 11 18:29:18 2019 New Revision: 358245 URL: http://llvm.org/viewvc/llvm-project?rev=358245=rev Log: Enable frame pointer elimination for OpenBSD on x86 and mips64. Modified: cfe/trunk/lib/Driver/ToolChains/Clang.cpp cfe/trunk/test/Driver/frame-pointer-elim.c

[clang] 4fbf063 - Remove OpenBSD/sparc support

2020-08-29 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-29T20:47:18-04:00 New Revision: 4fbf0636a214abbc30b6eee42bd5b7755dfd5f38 URL: https://github.com/llvm/llvm-project/commit/4fbf0636a214abbc30b6eee42bd5b7755dfd5f38 DIFF: https://github.com/llvm/llvm-project/commit/4fbf0636a214abbc30b6eee42bd5b7755dfd5f38.diff

[clang] 70523ec - [Sparc] Select the UltraSPARC instruction set with the external assembler

2020-09-07 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-09-07T02:49:05-04:00 New Revision: 70523ecfaca692bf5d0192e466c34ae7514624ea URL: https://github.com/llvm/llvm-project/commit/70523ecfaca692bf5d0192e466c34ae7514624ea DIFF: https://github.com/llvm/llvm-project/commit/70523ecfaca692bf5d0192e466c34ae7514624ea.diff

[clang] 592b899 - Hook up OpenBSD 64-bit RISC-V support

2020-08-18 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-18T18:59:55-04:00 New Revision: 592b8996bf9b55eec21e1c9e563f51b6108ec2d2 URL: https://github.com/llvm/llvm-project/commit/592b8996bf9b55eec21e1c9e563f51b6108ec2d2 DIFF: https://github.com/llvm/llvm-project/commit/592b8996bf9b55eec21e1c9e563f51b6108ec2d2.diff

[clang] d9ff48d - WCharType and WIntType are always signed int on OpenBSD.

2020-08-18 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-18T19:59:54-04:00 New Revision: d9ff48d03817f83d4059b610a776c797308de2e5 URL: https://github.com/llvm/llvm-project/commit/d9ff48d03817f83d4059b610a776c797308de2e5 DIFF: https://github.com/llvm/llvm-project/commit/d9ff48d03817f83d4059b610a776c797308de2e5.diff

[clang] a45ccc9 - Default to -fuse-init-array on OpenBSD.

2020-08-26 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-27T01:12:16-04:00 New Revision: a45ccc983b51330fd49c8526fe4770e40eeab708 URL: https://github.com/llvm/llvm-project/commit/a45ccc983b51330fd49c8526fe4770e40eeab708 DIFF: https://github.com/llvm/llvm-project/commit/a45ccc983b51330fd49c8526fe4770e40eeab708.diff

[clang] 2b37174 - [clang][Driver] Implement AddClangSystemIncludeArgs and HasNativeLLVMSupport for the OpenBSD clang driver.

2020-08-23 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-23T20:08:40-04:00 New Revision: 2b37174b9a5db235e493cb72e4454cc08a1b1791 URL: https://github.com/llvm/llvm-project/commit/2b37174b9a5db235e493cb72e4454cc08a1b1791 DIFF: https://github.com/llvm/llvm-project/commit/2b37174b9a5db235e493cb72e4454cc08a1b1791.diff

[clang] bf3577e - [clang][Driver] Implement addLibCxxIncludePaths and getCompilerRT for the OpenBSD clang driver.

2020-08-23 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-23T20:44:29-04:00 New Revision: bf3577ef64c300ba7841a90a4e09e1e305271976 URL: https://github.com/llvm/llvm-project/commit/bf3577ef64c300ba7841a90a4e09e1e305271976 DIFF: https://github.com/llvm/llvm-project/commit/bf3577ef64c300ba7841a90a4e09e1e305271976.diff

[clang] 6f01c53 - Remove further OpenBSD/sparc bits

2020-09-29 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-09-29T22:17:12-04:00 New Revision: 6f01c53f26af7fb0393464079ec5e839a497d4da URL: https://github.com/llvm/llvm-project/commit/6f01c53f26af7fb0393464079ec5e839a497d4da DIFF: https://github.com/llvm/llvm-project/commit/6f01c53f26af7fb0393464079ec5e839a497d4da.diff

[clang] cd5ab56 - Change the default target CPU for OpenBSD/i386 to i586

2020-08-08 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-08T13:49:45-04:00 New Revision: cd5ab56bc406c3f9a6f593f98c63dafb53547ab1 URL: https://github.com/llvm/llvm-project/commit/cd5ab56bc406c3f9a6f593f98c63dafb53547ab1 DIFF: https://github.com/llvm/llvm-project/commit/cd5ab56bc406c3f9a6f593f98c63dafb53547ab1.diff

[clang] 4eb4ebf - Hook up OpenBSD 64-bit PowerPC support

2020-08-08 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-08T17:51:19-04:00 New Revision: 4eb4ebf76a6e26b0632968dd299d1dc6ad07e694 URL: https://github.com/llvm/llvm-project/commit/4eb4ebf76a6e26b0632968dd299d1dc6ad07e694 DIFF: https://github.com/llvm/llvm-project/commit/4eb4ebf76a6e26b0632968dd299d1dc6ad07e694.diff

[clang] f4aba9d - Backout a test that is dependent on an uncommited diff. Fix another.

2020-08-08 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-08T18:39:43-04:00 New Revision: f4aba9d76c61cc4c87b45e4edb57b1968eb7194c URL: https://github.com/llvm/llvm-project/commit/f4aba9d76c61cc4c87b45e4edb57b1968eb7194c DIFF: https://github.com/llvm/llvm-project/commit/f4aba9d76c61cc4c87b45e4edb57b1968eb7194c.diff

[clang] 430db35 - fix typo

2020-08-08 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-08T17:58:13-04:00 New Revision: 430db35bf21505015c618e292e98793e2ed49169 URL: https://github.com/llvm/llvm-project/commit/430db35bf21505015c618e292e98793e2ed49169 DIFF: https://github.com/llvm/llvm-project/commit/430db35bf21505015c618e292e98793e2ed49169.diff

[clang] f5fdb61 - Re-enable OpenBSD PowerPC64 tests.

2020-08-09 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-09T20:52:43-04:00 New Revision: f5fdb6141c5e7a76a10ea702d6fc046692827c43 URL: https://github.com/llvm/llvm-project/commit/f5fdb6141c5e7a76a10ea702d6fc046692827c43 DIFF: https://github.com/llvm/llvm-project/commit/f5fdb6141c5e7a76a10ea702d6fc046692827c43.diff

[clang] 92e82a2 - int64_t and intmax_t are always (signed) long long on OpenBSD.

2020-08-09 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-09T19:43:16-04:00 New Revision: 92e82a2890c38bbb158cbf9dd592328b4c383696 URL: https://github.com/llvm/llvm-project/commit/92e82a2890c38bbb158cbf9dd592328b4c383696 DIFF: https://github.com/llvm/llvm-project/commit/92e82a2890c38bbb158cbf9dd592328b4c383696.diff

[clang] 5fe1713 - [Sparc] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros on SPARCv9

2020-08-10 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-11T00:04:24-04:00 New Revision: 5fe171321c018a811debc306a776dbdf27a306dd URL: https://github.com/llvm/llvm-project/commit/5fe171321c018a811debc306a776dbdf27a306dd DIFF: https://github.com/llvm/llvm-project/commit/5fe171321c018a811debc306a776dbdf27a306dd.diff

[clang] 3008609 - Hook up OpenBSD 64-bit PowerPC support

2020-06-18 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-06-18T19:19:45-04:00 New Revision: 3008609d4509c3efc577c0ccbe9d80a8a2eef31a URL: https://github.com/llvm/llvm-project/commit/3008609d4509c3efc577c0ccbe9d80a8a2eef31a DIFF: https://github.com/llvm/llvm-project/commit/3008609d4509c3efc577c0ccbe9d80a8a2eef31a.diff

[clang] 0f92096 - Revert "Hook up OpenBSD 64-bit PowerPC support"

2020-06-18 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-06-18T20:05:39-04:00 New Revision: 0f92096c0a9aa97a2818a8cc8e23e0bfc5d3831f URL: https://github.com/llvm/llvm-project/commit/0f92096c0a9aa97a2818a8cc8e23e0bfc5d3831f DIFF: https://github.com/llvm/llvm-project/commit/0f92096c0a9aa97a2818a8cc8e23e0bfc5d3831f.diff

[clang] 44613bb - Create strict aligned code for OpenBSD/arm64.

2020-08-16 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2020-08-16T07:14:34-04:00 New Revision: 44613bbec88be9e86b8c52c4f40bb1b1ab48d84c URL: https://github.com/llvm/llvm-project/commit/44613bbec88be9e86b8c52c4f40bb1b1ab48d84c DIFF: https://github.com/llvm/llvm-project/commit/44613bbec88be9e86b8c52c4f40bb1b1ab48d84c.diff

[clang] 018984a - [PowerPC] Fix va_arg in C++, Objective-C on 32-bit ELF targets

2021-01-22 Thread Brad Smith via cfe-commits
Author: George Koehler Date: 2021-01-23T00:13:36-05:00 New Revision: 018984ae6833fae107aa9c502ab5536efceca88e URL: https://github.com/llvm/llvm-project/commit/018984ae6833fae107aa9c502ab5536efceca88e DIFF:

[clang] b42d57a - [clang][Driver][OpenBSD] libcxx also requires pthread

2021-02-20 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2021-02-20T20:53:25-05:00 New Revision: b42d57a100c5df6ace68f686f5adaabeafe8a0f6 URL: https://github.com/llvm/llvm-project/commit/b42d57a100c5df6ace68f686f5adaabeafe8a0f6 DIFF: https://github.com/llvm/llvm-project/commit/b42d57a100c5df6ace68f686f5adaabeafe8a0f6.diff

[clang] b989662 - OpenBSD also needs execinfo

2021-09-03 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2021-09-03T17:33:48-04:00 New Revision: b989662eb000efb54b91b8c82d2b2713e2da20fc URL: https://github.com/llvm/llvm-project/commit/b989662eb000efb54b91b8c82d2b2713e2da20fc DIFF: https://github.com/llvm/llvm-project/commit/b989662eb000efb54b91b8c82d2b2713e2da20fc.diff

[clang] 466451c - [clang] Allow the OpenBSD driver to link the libclang_rt.profile library.

2021-09-03 Thread Brad Smith via cfe-commits
Author: Frederic Cambus Date: 2021-09-03T17:18:40-04:00 New Revision: 466451c6616272d8c779618b92b0ae80f394a795 URL: https://github.com/llvm/llvm-project/commit/466451c6616272d8c779618b92b0ae80f394a795 DIFF:

[clang] d8cd780 - [clang] OpenBSD does not support C11 atomics or threads.

2021-09-03 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2021-09-03T21:13:55-04:00 New Revision: d8cd7806310c51af912a647a6ca46de62ff13214 URL: https://github.com/llvm/llvm-project/commit/d8cd7806310c51af912a647a6ca46de62ff13214 DIFF: https://github.com/llvm/llvm-project/commit/d8cd7806310c51af912a647a6ca46de62ff13214.diff

[clang] bce178a - Fix for commit d8cd7806310c51af912a647a6ca46de62ff13214.

2021-09-03 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2021-09-03T21:20:37-04:00 New Revision: bce178a5ecf10df762cbda59c7f60cca8e52ce3a URL: https://github.com/llvm/llvm-project/commit/bce178a5ecf10df762cbda59c7f60cca8e52ce3a DIFF: https://github.com/llvm/llvm-project/commit/bce178a5ecf10df762cbda59c7f60cca8e52ce3a.diff

[clang] 775ab78 - Support linking against OpenMP runtime on OpenBSD.

2021-09-03 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2021-09-03T19:33:09-04:00 New Revision: 775ab780fd2a23cfc80ace571938ddd21d080173 URL: https://github.com/llvm/llvm-project/commit/775ab780fd2a23cfc80ace571938ddd21d080173 DIFF: https://github.com/llvm/llvm-project/commit/775ab780fd2a23cfc80ace571938ddd21d080173.diff

[clang] b588f5d - [clang][scan-build] Use cc/c++ instead of gcc/g++ on OpenBSD.

2021-09-16 Thread Brad Smith via cfe-commits
Author: Frederic Cambus Date: 2021-09-17T00:45:11-04:00 New Revision: b588f5d665aa01fe88921fe2ffb7256fdedfbfb0 URL: https://github.com/llvm/llvm-project/commit/b588f5d665aa01fe88921fe2ffb7256fdedfbfb0 DIFF:

[clang] 34188f2 - [Driver][OpenBSD] Some improvements to the external assembler handling

2021-10-20 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2021-10-20T21:05:14-04:00 New Revision: 34188f237f2574dda2447d85fe2b1aa65b5321ce URL: https://github.com/llvm/llvm-project/commit/34188f237f2574dda2447d85fe2b1aa65b5321ce DIFF: https://github.com/llvm/llvm-project/commit/34188f237f2574dda2447d85fe2b1aa65b5321ce.diff

[clang] eeb4266 - [Sparc] Create an error when `__builtin_longjmp` is used

2021-12-03 Thread Brad Smith via cfe-commits
Author: Tee KOBAYASHI Date: 2021-12-03T23:41:50-05:00 New Revision: eeb4266f8137c232f0f218a727dd12b5d4f52adc URL: https://github.com/llvm/llvm-project/commit/eeb4266f8137c232f0f218a727dd12b5d4f52adc DIFF: https://github.com/llvm/llvm-project/commit/eeb4266f8137c232f0f218a727dd12b5d4f52adc.diff

[clang] 95e6e1c - [clang] Partially revert d8cd7806310c51af912a647a6ca46de62ff13214.

2021-10-29 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2021-10-29T02:41:54-04:00 New Revision: 95e6e1cc923d6b88ebb4ac5e8f0887c2c77476cc URL: https://github.com/llvm/llvm-project/commit/95e6e1cc923d6b88ebb4ac5e8f0887c2c77476cc DIFF: https://github.com/llvm/llvm-project/commit/95e6e1cc923d6b88ebb4ac5e8f0887c2c77476cc.diff

[clang] d241ce0 - [Driver][NetBSD] -r: imply -nostdlib like GCC

2022-02-14 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-02-14T23:29:13-05:00 New Revision: d241ce0f97e47afa4f01a643ebbb4eafd729b403 URL: https://github.com/llvm/llvm-project/commit/d241ce0f97e47afa4f01a643ebbb4eafd729b403 DIFF: https://github.com/llvm/llvm-project/commit/d241ce0f97e47afa4f01a643ebbb4eafd729b403.diff

[clang] cbd9d13 - [Driver][DragonFly] -r: imply -nostdlib like GCC

2022-02-14 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-02-14T23:24:26-05:00 New Revision: cbd9d136ef8164970957317737cf51182acd236c URL: https://github.com/llvm/llvm-project/commit/cbd9d136ef8164970957317737cf51182acd236c DIFF: https://github.com/llvm/llvm-project/commit/cbd9d136ef8164970957317737cf51182acd236c.diff

[clang] 9abeb80 - [Driver][OpenBSD] Disable unwind tables on Arm

2022-03-09 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-03-09T20:33:16-05:00 New Revision: 9abeb80e80d0f2e9dd7603491d33fa0683a33ac1 URL: https://github.com/llvm/llvm-project/commit/9abeb80e80d0f2e9dd7603491d33fa0683a33ac1 DIFF: https://github.com/llvm/llvm-project/commit/9abeb80e80d0f2e9dd7603491d33fa0683a33ac1.diff

[clang-tools-extra] f374c8d - [clangd] Fix building SerializationTests unit test on OpenBSD

2022-02-17 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-02-17T12:17:12-05:00 New Revision: f374c8ddf2dd4920190cac0ea81e18a74040ddda URL: https://github.com/llvm/llvm-project/commit/f374c8ddf2dd4920190cac0ea81e18a74040ddda DIFF: https://github.com/llvm/llvm-project/commit/f374c8ddf2dd4920190cac0ea81e18a74040ddda.diff

[libunwind] 3fa2e66 - [libunwind] Further fix for 32-bit PowerPC processors without AltiVec

2022-02-21 Thread Brad Smith via cfe-commits
Author: George Koehler Date: 2022-02-21T15:31:23-05:00 New Revision: 3fa2e66c10aadac1d209afadba34d90c9bd95221 URL: https://github.com/llvm/llvm-project/commit/3fa2e66c10aadac1d209afadba34d90c9bd95221 DIFF:

[clang] 8d9eeb0 - [Driver][OpenBSD] Add comments for C++ tests

2022-02-21 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-02-22T00:20:46-05:00 New Revision: 8d9eeb03b3e9c800843659f243242f262d7bd786 URL: https://github.com/llvm/llvm-project/commit/8d9eeb03b3e9c800843659f243242f262d7bd786 DIFF: https://github.com/llvm/llvm-project/commit/8d9eeb03b3e9c800843659f243242f262d7bd786.diff

[clang] 289b725 - [Driver][OpenBSD] Test tweaking and clean up

2022-02-21 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-02-21T23:44:53-05:00 New Revision: 289b725051cfb4a7167936db89583aa6b8a12d18 URL: https://github.com/llvm/llvm-project/commit/289b725051cfb4a7167936db89583aa6b8a12d18 DIFF: https://github.com/llvm/llvm-project/commit/289b725051cfb4a7167936db89583aa6b8a12d18.diff

[clang] 95fed2b - [Driver][OpenBSD] Pass sysroot to the linker

2022-02-21 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-02-21T23:11:13-05:00 New Revision: 95fed2b267ee87e6cba72ebe73f0d6fdab37f995 URL: https://github.com/llvm/llvm-project/commit/95fed2b267ee87e6cba72ebe73f0d6fdab37f995 DIFF: https://github.com/llvm/llvm-project/commit/95fed2b267ee87e6cba72ebe73f0d6fdab37f995.diff

[clang] bcbb037 - [Driver][OpenBSD] Enable unwind tables on all architectures

2022-02-27 Thread Brad Smith via cfe-commits
Author: Todd Mortimer Date: 2022-02-27T19:43:49-05:00 New Revision: bcbb03754ef19a8682635ab83fe5283db27b94f5 URL: https://github.com/llvm/llvm-project/commit/bcbb03754ef19a8682635ab83fe5283db27b94f5 DIFF: https://github.com/llvm/llvm-project/commit/bcbb03754ef19a8682635ab83fe5283db27b94f5.diff

[clang] d369dd1 - [clang][Sparc] Enable IAS on the remaining OS's

2022-04-02 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-04-02T02:18:30-04:00 New Revision: d369dd1c0660b9fde723215e82d82019a2d4c296 URL: https://github.com/llvm/llvm-project/commit/d369dd1c0660b9fde723215e82d82019a2d4c296 DIFF: https://github.com/llvm/llvm-project/commit/d369dd1c0660b9fde723215e82d82019a2d4c296.diff

[clang] 4875ff1 - [RISCV] Remove redundant enabling of IAS for Clang, NFC

2022-04-04 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-04-04T23:44:49-04:00 New Revision: 4875ff1dc90bba089a5a14023d5eec69490b0422 URL: https://github.com/llvm/llvm-project/commit/4875ff1dc90bba089a5a14023d5eec69490b0422 DIFF: https://github.com/llvm/llvm-project/commit/4875ff1dc90bba089a5a14023d5eec69490b0422.diff

[clang] 1831cbd - [Driver][OpenBSD] -r: imply -nostdlib like GCC

2022-02-07 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-02-07T04:07:30-05:00 New Revision: 1831cbd9d4174a93d4017e510ecf0f840af5f7d6 URL: https://github.com/llvm/llvm-project/commit/1831cbd9d4174a93d4017e510ecf0f840af5f7d6 DIFF: https://github.com/llvm/llvm-project/commit/1831cbd9d4174a93d4017e510ecf0f840af5f7d6.diff

[clang] ee4c235 - [CSKY] Remove redundant enabling of IAS for Clang, NFC

2022-04-11 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-04-11T22:34:44-04:00 New Revision: ee4c235386a36f65aa378f62889439c2fa3412b6 URL: https://github.com/llvm/llvm-project/commit/ee4c235386a36f65aa378f62889439c2fa3412b6 DIFF: https://github.com/llvm/llvm-project/commit/ee4c235386a36f65aa378f62889439c2fa3412b6.diff

[clang] 5206c2c - [Driver] Move Lanai IAS enabling to Generic_GCC::IsIntegratedAssemblerDefault, NFC

2022-04-15 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2022-04-15T03:55:59-04:00 New Revision: 5206c2c167ed8826bf233d0e424a87c5e11bc807 URL: https://github.com/llvm/llvm-project/commit/5206c2c167ed8826bf233d0e424a87c5e11bc807 DIFF: https://github.com/llvm/llvm-project/commit/5206c2c167ed8826bf233d0e424a87c5e11bc807.diff

[clang] 99be6b6 - Haiku: Enable thread-local storag, disable PIE / enable PIC by default

2023-09-03 Thread Brad Smith via cfe-commits
Author: Jerome Duval Date: 2023-09-03T02:02:51-04:00 New Revision: 99be6b6d598f9ab4f4493b23375fcb87ae8b335d URL: https://github.com/llvm/llvm-project/commit/99be6b6d598f9ab4f4493b23375fcb87ae8b335d DIFF: https://github.com/llvm/llvm-project/commit/99be6b6d598f9ab4f4493b23375fcb87ae8b335d.diff

[clang] b70f1f8 - Haiku: Pick up a few more codegen parametres from downstream

2023-09-04 Thread Brad Smith via cfe-commits
Author: X512 Date: 2023-09-04T03:05:51-04:00 New Revision: b70f1f836da9b66675db74d19c84bddd0f6708a8 URL: https://github.com/llvm/llvm-project/commit/b70f1f836da9b66675db74d19c84bddd0f6708a8 DIFF: https://github.com/llvm/llvm-project/commit/b70f1f836da9b66675db74d19c84bddd0f6708a8.diff LOG:

[libunwind] 976dbae - [libunwind] Haiku: Initial support

2023-09-05 Thread Brad Smith via cfe-commits
Author: Trung Nguyen Date: 2023-09-06T00:56:09-04:00 New Revision: 976dbae2463804869004daef5a7effc72268204f URL: https://github.com/llvm/llvm-project/commit/976dbae2463804869004daef5a7effc72268204f DIFF: https://github.com/llvm/llvm-project/commit/976dbae2463804869004daef5a7effc72268204f.diff

[clang] 0a73e1e - [analyzer][NFC] Use switch statement in MallocChecker::performKernelMalloc

2023-09-04 Thread Brad Smith via cfe-commits
Author: Brad Smith Date: 2023-09-05T01:06:43-04:00 New Revision: 0a73e1eb47ddc87fad51c390b4a8e20019614a08 URL: https://github.com/llvm/llvm-project/commit/0a73e1eb47ddc87fad51c390b4a8e20019614a08 DIFF: https://github.com/llvm/llvm-project/commit/0a73e1eb47ddc87fad51c390b4a8e20019614a08.diff

[clang] [Driver] Replace usage of -Bshareable linker flag with -shared (PR #65842)

2023-09-10 Thread Brad Smith via cfe-commits
https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/65842 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Remove duplicate -e on DragonFly (PR #65867)

2023-09-11 Thread Brad Smith via cfe-commits
https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/65867 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Implement ToolChain on Haiku (PR #66038)

2023-09-11 Thread Brad Smith via cfe-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/66038: Instead of passing everything off to GCC, add a ToolChain for Haiku to allow Clang to properly link things on its own. >From 789c663c84322e509e8e6e270159878e86cfdefa Mon Sep 17 00:00:00 2001 From: X512 Date:

[clang] [Driver] Implement ToolChain on Haiku (PR #66038)

2023-09-11 Thread Brad Smith via cfe-commits
https://github.com/brad0 review_requested https://github.com/llvm/llvm-project/pull/66038 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Change default PCH extension name from .gch to .pch (PR #66165)

2023-09-15 Thread Brad Smith via cfe-commits
https://github.com/brad0 approved this pull request. https://github.com/llvm/llvm-project/pull/66165 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Also respect SysRoot for the system library paths on DragonFly (PR #66056)

2023-09-12 Thread Brad Smith via cfe-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/66056: None >From df6d22fb217837a0b0d00b8905b077347fca6143 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 12 Sep 2023 04:43:49 -0400 Subject: [PATCH] [Driver] Also respect SysRoot for the system library paths on

[clang] [Driver] Also respect SysRoot for the system library paths on DragonFly (PR #66056)

2023-09-12 Thread Brad Smith via cfe-commits
https://github.com/brad0 review_requested https://github.com/llvm/llvm-project/pull/66056 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Also respect SysRoot for the system library paths on DragonFly (PR #66056)

2023-09-12 Thread Brad Smith via cfe-commits
https://github.com/brad0 resolved https://github.com/llvm/llvm-project/pull/66056 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

  1   2   3   4   5   >