llvm-project/clang/lib/Driver/ToolChains
Alex Lorenz 7e9c478cda Revert r310291, r310300 and r310332 because of test failure on Darwin
The commit r310291 introduced the failure. r310332 was a test fix commit and
r310300 was a followup commit. I reverted these two to avoid merge conflicts
when reverting.

The 'openmp-offload.c' test is failing on Darwin because the following
run lines:
// RUN:   touch %t1.o
// RUN:   touch %t2.o
// RUN:   %clang -### -no-canonical-prefixes -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda -save-temps -no-canonical-prefixes %t1.o %t2.o 2>&1 \
// RUN:   | FileCheck -check-prefix=CHK-TWOCUBIN %s

trigger the following assertion:

Driver.cpp:3418:
    assert(CachedResults.find(ActionTC) != CachedResults.end() &&
           "Result does not exist??");

llvm-svn: 310345
2017-08-08 11:20:17 +00:00
..
Arch Revert r304953 for release 5.0.0 2017-08-04 12:37:34 +00:00
AMDGPU.cpp Test commit 2017-07-21 15:24:37 +00:00
AMDGPU.h
AVR.cpp
AVR.h
Ananas.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
Ananas.h Add support for Ananas platform 2017-06-25 08:29:09 +00:00
BareMetal.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
BareMetal.h [OpenMP] Extend CLANG target options with device offloading kind. 2017-07-06 16:22:21 +00:00
Clang.cpp Revert r310291, r310300 and r310332 because of test failure on Darwin 2017-08-08 11:20:17 +00:00
Clang.h
CloudABI.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
CloudABI.h
CommonArgs.cpp Revert r310291, r310300 and r310332 because of test failure on Darwin 2017-08-08 11:20:17 +00:00
CommonArgs.h Revert r310291, r310300 and r310332 because of test failure on Darwin 2017-08-08 11:20:17 +00:00
Contiki.cpp
Contiki.h
CrossWindows.cpp [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
CrossWindows.h [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
Cuda.cpp Revert r310291, r310300 and r310332 because of test failure on Darwin 2017-08-08 11:20:17 +00:00
Cuda.h Revert r310291, r310300 and r310332 because of test failure on Darwin 2017-08-08 11:20:17 +00:00
Darwin.cpp [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
Darwin.h [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
DragonFly.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
DragonFly.h
FreeBSD.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
FreeBSD.h
Fuchsia.cpp [Driver][Fuchsia] Pass --hash-style=gnu to the linker 2017-08-04 02:39:27 +00:00
Fuchsia.h [Driver] Fuchsia defaults to -fno-math-errno 2017-07-23 22:30:13 +00:00
Gnu.cpp Revert r310291, r310300 and r310332 because of test failure on Darwin 2017-08-08 11:20:17 +00:00
Gnu.h [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
Haiku.cpp Driver/ToolChains: Remove extra semicolons. NFC 2017-03-09 00:14:57 +00:00
Haiku.h
Hexagon.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
Hexagon.h [OpenMP] Extend CLANG target options with device offloading kind. 2017-07-06 16:22:21 +00:00
Lanai.h
Linux.cpp Fixed warning: enum constant in boolean context. 2017-06-03 16:47:06 +00:00
Linux.h
MSVC.cpp [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
MSVC.h [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
MSVCSetupApi.h Update clang-cl driver for MSVC 2017. 2017-03-15 16:07:35 +00:00
MinGW.cpp [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
MinGW.h [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
Minix.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
Minix.h
MipsLinux.cpp fix trivial typos; NFC 2017-07-01 08:46:43 +00:00
MipsLinux.h Driver/ToolChains: Mips -> MipsLinux 2017-03-08 22:36:04 +00:00
Myriad.cpp Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through. 2017-05-23 05:17:49 +00:00
Myriad.h
NaCl.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
NaCl.h
NetBSD.cpp Enable LLVM asan support for NetBSD/i386 2017-08-07 10:57:03 +00:00
NetBSD.h [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions. 2017-08-03 23:55:42 +00:00
OpenBSD.cpp Also pass -pie back to the linker when linking on OpenBSD. 2017-07-30 21:13:59 +00:00
OpenBSD.h
PS4CPU.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
PS4CPU.h
Solaris.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
Solaris.h Unconditionally use .init_array instead of .ctors on Solaris. 2017-07-14 17:49:52 +00:00
TCE.cpp Driver/ToolChains: Remove extra semicolons. NFC 2017-03-09 00:14:57 +00:00
TCE.h
WebAssembly.cpp Introduce -nostdlib++ flag to disable linking the C++ standard library. 2017-07-25 18:02:57 +00:00
WebAssembly.h [OpenMP] Extend CLANG target options with device offloading kind. 2017-07-06 16:22:21 +00:00
XCore.cpp [OpenMP] Extend CLANG target options with device offloading kind. 2017-07-06 16:22:21 +00:00
XCore.h [OpenMP] Extend CLANG target options with device offloading kind. 2017-07-06 16:22:21 +00:00