hanchenye-llvm-project/clang/test/Driver
Bob Wilson 0d45f58cbb Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead.
Since -mkernel implies -fapple-kext, this just extends the current behavior
for -fapple-kext to apply for -mkernel as well.  Radar 9933387.

llvm-svn: 137566
2011-08-13 23:48:55 +00:00
..
Wp-args.c
Xarch.c
Xlinker-args.c
analyze.c
apple-kext-Xlinker-kext.cpp Test for r136294. 2011-07-27 23:37:42 +00:00
apple-kext-i386.cpp Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. 2011-08-13 23:48:55 +00:00
apple-kext-mkernel.c
arc-exceptions.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
arc.c Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
arch.c
arm-darwin-builtin.c
ast.c fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
at_file.c
at_file.c.args
bindings.c
cc-log-diagnostics.c Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling. 2011-05-05 02:12:02 +00:00
cc-print-options.c Add -no-canonical-prefixes to tests which assert on the name of the 2011-04-13 22:28:36 +00:00
ccc-add-args.c
ccc-host-triple-no-integrated-as.c Whitespace. 2011-07-20 19:27:01 +00:00
cfi.c The logic about -static is darwin only. For now assume that all non 2011-05-17 16:26:17 +00:00
clang-c-as-cxx.c
clang-exception-flags.cpp
clang-g-opts.c
clang-translation.c
clang_cpp.c
clang_f_opts.c Move all of the logic for __DEPRECATED to the driver based on comments 2011-04-23 19:48:40 +00:00
clang_wrapv_opts.c Add my test case for r128353. I think this is the last test case to fail 2011-03-27 21:03:41 +00:00
darwin-as.c
darwin-cc.c
darwin-debug-flags.c Update metadata id number in string compare check. 2011-05-03 16:19:38 +00:00
darwin-dsymutil.c
darwin-iphone-defaults.m
darwin-ld.c Driver/Darwin: -force_load can be specified multiple times. 2011-06-28 20:16:02 +00:00
darwin-objc-defaults.m
darwin-objc-gc.m
darwin-objc-options.m It is possible to request the nonfragile ABI with -fobjc-abi-version=2; 2011-06-22 00:53:57 +00:00
darwin-version.c Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they 2011-04-21 21:27:33 +00:00
darwin-xarch.c Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain or 2011-06-21 00:20:17 +00:00
default-toolchain.c
dragonfly.c
emit-llvm.c
exceptions.m
flags.c
freebsd.c
gcc_forward.c
gnu-runtime.m Somehow the -fgnu-runtime option itself got lost in all that shuffling. 2011-07-06 02:36:30 +00:00
hello.c
immediate-options.c
index-header-map.c Introduce the "-index-header-map" option, to give special semantics 2011-07-28 04:45:53 +00:00
ios-simulator-arcruntime.c Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
lto.c
m_and_mm.c
mg.c Implement -MG. Fixes PR9613 2011-07-12 19:35:15 +00:00
no-objc-arr.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
noexecstack.c Fix this test on machines that don't run clang -cc1as when asked to assemble. 2011-06-23 05:38:06 +00:00
nostdincxx.cpp
nostdlib.c On linux, -nostdlib was causing a --start-group with no --end-group to be passed 2011-06-04 06:27:06 +00:00
objc++-cpp-output.mm Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. 2011-08-13 23:13:37 +00:00
objc-cpp-output.m Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. 2011-08-13 23:13:37 +00:00
openbsd.c
option-aliases.c
parsing.c
phases.c
preprocessor.c
pth.c
qa_override.c
redzone.c
rewrite-objc.m Introduce a -cc1-level option to turn off related result type 2011-06-14 23:20:43 +00:00
std.c
sysroot-flags.c
sysroot.c Tweak two tests with MSYS-bash tolerant. 2011-07-11 16:21:34 +00:00
unknown-gcc-arch.c
x86_features.c Make clang behave in a gcc-compatible way in the presence of multiple flags for the same x86 target feature (e.g. -mno-sse -msse). gcc uses a somewhat unintuitive algorithm here in that the enabled SSE instructions is based on the order of the *last* flag for *each* feature-level, so that "-mno-sse -msse2" only enables SSE2, but "-mno-sse -msse2 -msse" enables all SSE levels. 2011-07-02 00:34:19 +00:00