[clang] 53adfa8 - [clang] Do not duplicate "EnableSplitLTOUnit" module flag

2021-12-02 Thread David Greene via cfe-commits
Author: David Greene Date: 2021-12-02T08:24:56-08:00 New Revision: 53adfa8750eaf4558c41a50f699616545eb0151b URL: https://github.com/llvm/llvm-project/commit/53adfa8750eaf4558c41a50f699616545eb0151b DIFF: https://github.com/llvm/llvm-project/commit/53adfa8750eaf4558c41a50f699616545eb0151b.diff

r346802 - [Driver] Support g++ headers in include/g++

2018-11-13 Thread David Greene via cfe-commits
Author: greened Date: Tue Nov 13 13:38:45 2018 New Revision: 346802 URL: http://llvm.org/viewvc/llvm-project?rev=346802&view=rev Log: [Driver] Support g++ headers in include/g++ ray's gcc installation puts C++ headers in PREFIX/include/g++ without indicating a gcc version at all. Typically this i

r344901 - Always search sysroot for GCC installs

2018-10-22 Thread David Greene via cfe-commits
Author: greened Date: Mon Oct 22 06:46:12 2018 New Revision: 344901 URL: http://llvm.org/viewvc/llvm-project?rev=344901&view=rev Log: Always search sysroot for GCC installs Previously, if clang was configured with -DGCC_INSTALL_PREFIX, then it would not search a provided sysroot for a gcc install

r339158 - [WebAssembly] Force use of lld for test/Driver/wasm-toolchain.c(pp)

2018-08-07 Thread David Greene via cfe-commits
Author: greened Date: Tue Aug 7 10:44:43 2018 New Revision: 339158 URL: http://llvm.org/viewvc/llvm-project?rev=339158&view=rev Log: [WebAssembly] Force use of lld for test/Driver/wasm-toolchain.c(pp) lld is the only supported linker that works for WebAssembly, so ensure clang is using it for th

r339036 - Force test/Driver/fuchsia.c(pp) to use lld

2018-08-06 Thread David Greene via cfe-commits
Author: greened Date: Mon Aug 6 10:35:44 2018 New Revision: 339036 URL: http://llvm.org/viewvc/llvm-project?rev=339036&view=rev Log: Force test/Driver/fuchsia.c(pp) to use lld The Fuchsia driver relies on lld so invoke clang with -fuse-ld=lld. This gets the test passing when the clang default li

r338290 - Make test/Driver/baremetal.cpp work with linkers other than lld

2018-07-30 Thread David Greene via cfe-commits
Author: greened Date: Mon Jul 30 12:08:20 2018 New Revision: 338290 URL: http://llvm.org/viewvc/llvm-project?rev=338290&view=rev Log: Make test/Driver/baremetal.cpp work with linkers other than lld This test fails if clang is configure with, for example, gold as the default linker. It does not ap