hanchenye-llvm-project/clang/test/Driver
Renato Golin 47aeab5cbe Fix gnueeabi typo in tests
llvm-svn: 189759
2013-09-02 14:11:33 +00:00
..
Inputs Teach the Linux toolchain about more modern Gentoo installations of GCC 2013-08-26 08:59:53 +00:00
B-opt.c Accept both / and \\ to fix the windows bots. 2013-06-24 22:07:15 +00:00
O.c Options: Use AliasArgs for -O -> -O2 translation. 2013-08-01 16:21:57 +00:00
Ofast.c [driver] Test that last option wins between -Ofast and -O2. 2013-04-24 18:43:57 +00:00
Wp-args.c [Driver] Fix -Wp,-MMD pr13959 2012-11-07 23:37:14 +00:00
Xarch.c Replace 'grep foo | count 0' with 'not grep foo'. 2013-07-04 15:22:16 +00:00
Xlinker-args.c Driver: Forward -Wl, and -Xlink arguments when using windows linker 2013-08-14 01:24:35 +00:00
aarch64-features.c Add support for AArch64 target. 2013-01-31 12:13:10 +00:00
altivec-asm.S Provide test case for commit r185544. 2013-07-03 18:21:12 +00:00
analyze.c
android-standalone.cpp Implement Adnroid MIPS toolchain support: 2012-10-03 17:46:38 +00:00
apple-kext-mkernel.c [driver] -mkernel implies -mstrict-align; don't add the redundant option. 2012-11-29 00:42:06 +00:00
arc-exceptions.m
arc.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
arch.c Add support for passing '-target armv8' through the Driver. 2013-06-26 17:19:48 +00:00
arclite-link.c Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. 2012-08-07 19:58:00 +00:00
arm-alignment.c Fix gnueeabi typo in tests 2013-09-02 14:11:33 +00:00
arm-cortex-cpus.c Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. 2013-03-04 22:37:49 +00:00
arm-darwin-builtin.c Remove the -ccc-no-clang option. 2012-10-31 01:21:20 +00:00
arm-fixed-r9.c Tests for ARM aligned access + reserved R9 2013-08-25 13:01:50 +00:00
arm-mfpu.c ARM: add test for last commit 2013-08-20 13:19:43 +00:00
asan.c Add -fsanitize=<sanitizers> argument to driver and frontend, and add 2012-11-05 22:04:41 +00:00
ast.c
at_file.c Expand test/Driver/at_file.c test to check that PR16209 is fixed. 2013-07-23 17:26:56 +00:00
at_file.c.args Expand test/Driver/at_file.c test to check that PR16209 is fixed. 2013-07-23 17:26:56 +00:00
at_file.c.args.utf16le Expand test/Driver/at_file.c test to check that PR16209 is fixed. 2013-07-23 17:26:56 +00:00
autolink_integrated_as.c [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. 2013-04-16 18:21:19 +00:00
bindings.c Remove the -ccc-no-clang option. 2012-10-31 01:21:20 +00:00
bitrig.c Handle -pthread, -pg and -shared correctly on bitrig. 2012-10-23 17:07:31 +00:00
bounds-checking.c PR14306: Move -fbounds-checking to -fsanitize=bounds. 2012-11-23 10:39:49 +00:00
cc-log-diagnostics.c
cc-print-options.c
ccc-as-cpp.c Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, 2013-07-18 20:29:38 +00:00
ccc-host-triple-no-integrated-as.c
cfi.c
cl-inputs.c clang-cl: Expand warning about /TC and /TP override, and expand test 2013-08-12 18:34:17 +00:00
cl-link.c clang-cl: Pass -incremental:no to linker when using ASan 2013-08-30 10:50:52 +00:00
cl-options.c clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has been working since r188331. 2013-08-20 12:16:48 +00:00
cl-outputs.c clang-cl: Consolidate tests for /Fo and /Fe into cl-outputs.c 2013-08-12 22:19:13 +00:00
cl-runtime-flags.c clang-cl: Support the run-time selection options (/MD, /MT et al.) 2013-08-08 00:17:41 +00:00
cl.c clang-cl: use MS C++ ABI 2013-08-08 19:54:30 +00:00
claim-unused.c [driver] If we're just linking, don't report --param X as unused option. 2013-03-08 00:05:21 +00:00
clang-c-as-cxx.c
clang-exception-flags.cpp
clang-g-opts.c Update testing cases to check dwarf-2 for Darwin. 2013-07-03 20:45:07 +00:00
clang-translation.c Centralize the handling of -target-feature. 2013-08-21 16:39:20 +00:00
clang_cpp.c FileCheck-ify some clang grep tests that use double quotes 2013-04-10 21:10:39 +00:00
clang_f_opts.c Revert r189440 - Disable loop vectorizer unrolling when no unrolling requested 2013-08-28 05:21:45 +00:00
clang_f_opts.h No longer emitting a PCH file when using -fsyntax-only on a header file. Fixes PR13343. 2012-07-31 01:21:00 +00:00
clang_wrapv_opts.c
color-diagnostics.c Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
constructors.c Fix the '-fuse-init-array' option to actually be an option. 2012-11-21 23:40:23 +00:00
coverage-ld.c clang/test/Driver/coverage-ld.c: Tweak expressions to match dosish pathsep on win32 hosts. 2013-06-24 13:19:20 +00:00
cpath.c [driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 and 2012-10-30 21:42:09 +00:00
cpp-precomp.c [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group. 2012-03-26 23:36:04 +00:00
crash-report.c Fixing commit r187768: Moved diagnosis of forward declarations of variable templates from Parser to Sema. 2013-08-06 03:57:41 +00:00
cross-linux.c With help from chapuni on IRC, I think this is right now. =] The issue 2013-07-31 11:14:13 +00:00
darwin-arch-default.c Driver/Darwin: The -arch argument values aren't exactly the arch names from a 2012-11-08 03:38:26 +00:00
darwin-as.c Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
darwin-asan-nofortify.c Add -fsanitize=<sanitizers> argument to driver and frontend, and add 2012-11-05 22:04:41 +00:00
darwin-debug-flags.c We want the dwarf AT_producer for assembly source files to match clang's 2013-01-17 21:38:06 +00:00
darwin-dsymutil.c Replace 'grep foo | count 0' with 'not grep foo'. 2013-07-04 15:22:16 +00:00
darwin-iphone-defaults.m Add more of the command line options as attribute flags. 2013-02-28 22:49:57 +00:00
darwin-ld.c Only use the Darwin linker's -export_dynamic option with supported versions. 2013-08-02 22:25:34 +00:00
darwin-objc-defaults.m Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
darwin-objc-gc.m
darwin-objc-options.m Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
darwin-sanitizer-ld.c ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. 2013-02-23 02:53:19 +00:00
darwin-sdkroot.c clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". 2013-01-16 06:10:16 +00:00
darwin-verify-debug.c Replace 'grep foo | count 0' with 'not grep foo'. 2013-07-04 15:22:16 +00:00
darwin-version.c
darwin-xarch.c
debug-comp-dir.S [driver] Implement the -fdebug-compilation-dir in a way that is compatible with 2013-04-26 20:49:50 +00:00
debug-main-file.S clang/test/Driver: Remove the feature "clang-driver" in three tests since they might work as expected since their first commit. 2013-08-20 12:16:35 +00:00
debug-options-as.c clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not been used with -integrated-as since r177360. 2013-08-20 12:16:42 +00:00
debug-options.c Update testing cases to check dwarf-2 for Darwin. 2013-07-03 20:45:07 +00:00
debug-unsupported.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
debug.c [driver] Implement the -fdebug-compilation-dir in a way that is compatible with 2013-04-26 20:49:50 +00:00
default-toolchain.c
diagnostics.c Remove trailing whitespace (especially after a \ which should be trailing) 2012-03-14 01:23:41 +00:00
dragonfly.c Flail at trying to appease various linuxy buildbots. 2013-04-11 23:25:27 +00:00
dwarf2-cfi-asm.c Implement -fno-dwarf2-cfi-asm on linux too. 2012-03-08 14:39:55 +00:00
dyld-prefix.c clang/test/Driver/dyld-prefix.c: Exclude MSYS bash. 2013-05-28 12:18:56 +00:00
exceptions.m
fast-math.c Fix a logic bug in the handling of -fmath-errno in the driver. We would 2013-05-18 20:47:36 +00:00
fcomment-block-commands.c Comment parsing: add CommentOptions to allow specifying custom comment block commands 2013-02-22 14:21:27 +00:00
flags.c Add a new -mimplicit-float option for symmetry with -mno-implicit-float. 2013-04-11 18:53:25 +00:00
fpack-struct.c Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
fparse-all-comments.c Add testcases for -fparse-all-comments 2013-04-10 16:31:58 +00:00
frame-pointer-elim.c Move this file into the correct directory. 2013-04-03 01:58:56 +00:00
frame-pointer.c [SystemZ] Enable frame-pointer elimination for -O1 and above 2013-07-19 14:06:49 +00:00
freebsd-mips-as.c [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64 2013-02-27 14:55:49 +00:00
freebsd.c Make sure to use same EABI version for external assembler as for integrated as. 2013-03-18 07:59:20 +00:00
fsanitize-blacklist.c Re-apply r188666 2013-08-19 13:59:22 +00:00
fsanitize.c Move SanitizerArgs to the clang Driver 2013-08-19 09:14:21 +00:00
gcc-toolchain.cpp Accept both / and \\ to fix the windows bots. 2013-06-24 22:07:15 +00:00
gcc-version-debug.c Relax testcase for r188400 to not test for forward-slashes as path separators. 2013-08-14 22:10:17 +00:00
gcc_forward.c clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. 2013-08-19 11:51:51 +00:00
gnu-runtime.m Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
gold-lto.c Refactor the x86 CPU name logic in the driver and pass -march and -mcpu 2013-01-13 11:46:33 +00:00
hexagon-toolchain-elf.c Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, 2013-07-18 20:29:38 +00:00
hexagon-toolchain.c Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, 2013-07-18 20:29:38 +00:00
immediate-options.c Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, 2013-07-18 20:29:38 +00:00
index-header-map.c
inhibit-downstream-commands.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
integrated-as.c clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not been used with -integrated-as since r177360. 2013-08-20 12:16:42 +00:00
integrated-as.s clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not been used with -integrated-as since r177360. 2013-08-20 12:16:42 +00:00
invalid-o-level.c
ios-simulator-arcruntime.c Remove old driver code to grab the iOS simulator version from the -D option. 2012-11-09 01:59:30 +00:00
le32-toolchain.c Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch. 2013-07-24 18:20:14 +00:00
le32-unknown-nacl.cpp Convert another test to -###. 2013-07-23 15:57:21 +00:00
linker-opts.c clang/test/Driver/linker-opts.c: Fix XFAIL that I removed win32. 2012-12-11 07:23:52 +00:00
linux-as.c Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
linux-header-search.cpp Teach the Linux toolchain about more modern Gentoo installations of GCC 2013-08-26 08:59:53 +00:00
linux-ld.c Accept both / and \\ to fix the windows bots. 2013-06-24 22:07:15 +00:00
lit.local.cfg Create clang/test/Driver/lit.local.cfg. 2013-01-25 05:09:37 +00:00
lto.c Produce an error when trying to link with -emit-llvm. 2013-08-25 14:27:09 +00:00
m_and_mm.c Replace 'grep foo | count 0' with 'not grep foo'. 2013-07-04 15:22:16 +00:00
mg.c
mips-abi.c [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM 2013-04-21 13:30:10 +00:00
mips-as.c [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the 2013-04-30 07:47:13 +00:00
mips-cs-header-search.cpp Update two options to my proposed syntax for user-facing driver options: 2013-06-20 09:42:40 +00:00
mips-cs-ld.c Accept both / and \\ to fix the windows bots. 2013-06-24 22:07:15 +00:00
mips-eleb.c Add "-no-canonical-prefixes" to a test case. 2013-04-25 01:17:23 +00:00
mips-features.c [Mips] MSA frontend option support 2013-08-12 17:20:29 +00:00
mips-float.c Centralize the handling of -target-feature. 2013-08-21 16:39:20 +00:00
mips-long-double.c Add missing spaces. This doesn't cause problems in practice because we only warn 2013-01-08 16:09:04 +00:00
mno-global-merge.c
modules.m [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. 2013-04-16 18:21:19 +00:00
modules.mm
montavista-gcc-toolchain.c Accept both / and \\ to fix the windows bots. 2013-06-24 22:07:15 +00:00
ms-inline-asm.c [driver, ms-inline asm] MS-Style inline assembly is controlled by the 2012-12-05 21:08:21 +00:00
msvc_forward.c [VS Toolchain] Correctly forward -l linker inputs to link.exe. 2012-06-18 16:56:04 +00:00
no-integrated-as-win.c [Driver] Don't forward source file input args to gcc 2013-06-19 15:09:06 +00:00
no-objc-arr.m Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
no-objc-default-synthesize-properties.m objective-c: remove -fobjc-default-synthesize-properties from the driver. 2012-04-09 18:58:55 +00:00
no-sibling-calls.c
nodefaultlib.c Insulate this test from the whims of the random number generator. 2012-12-21 22:43:20 +00:00
noexecstack.c
noinline.c [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches 2012-03-15 22:31:42 +00:00
nostdincxx.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
nostdlib.c
nostdlibinc.c
objc++-cpp-output.mm Use -emit-llvm for the following tests to stop them from failing for Hexagon: 2013-04-16 15:55:41 +00:00
objc-cpp-output.m Use -emit-llvm for the following tests to stop them from failing for Hexagon: 2013-04-16 15:55:41 +00:00
objc_default_synth.m clang/test/Driver: Remove the feature "clang-driver" in three tests since they might work as expected since their first commit. 2013-08-20 12:16:35 +00:00
openbsd.c Correct OpenBSD profiling test 2013-01-07 23:55:47 +00:00
option-aliases.c
output-file-cleanup.c [driver] Refactor the driver so that a failing commands doesn't prevent 2013-01-29 20:15:05 +00:00
output-file-is-dir.c Simplify test so that it is more portable. 2013-04-13 22:26:02 +00:00
parsing.c
phases.c
pic.c Default to PIE and using stack protection on OpenBSD. 2013-06-05 04:28:55 +00:00
ppc-features.cpp [PowerPC] Support powerpc64le as a syntax-checking target. 2013-07-26 01:36:11 +00:00
prefixed-tools.c Revert part of r148839 and keep DefaultTargetTriple in the form adjusted 2012-02-22 19:15:16 +00:00
preprocessor.c
pth.c clang/test/Driver/pth.c: Fix r184942, a regexp like "\\\\" is redundant here. Should be matched to single \ with '\\'. 2013-06-26 15:03:20 +00:00
qa_override.c clang/test/Driver/qa_override.c: Resurrect a part of r187376. It still requires the feature 'clang-driver' for cygming. 2013-07-30 07:47:58 +00:00
r600-mcpu.cl R600: Update GPU variants in -mcpu option 2013-05-06 16:12:05 +00:00
redundant-args.c [driver] In general, the driver claims redundant args and uses the last arg. 2012-04-07 00:01:31 +00:00
redzone.c
retain-comments-from-system-headers.c Add tests for r163778. 2012-09-13 17:25:51 +00:00
rewrite-legacy-objc.m block extended signatur option. Change previous option 2012-11-15 19:02:45 +00:00
rewrite-objc.m block extended signatur option. Change previous option 2012-11-15 19:02:45 +00:00
sanitizer-ld.c Link in the ubsan runtime when building shared objects. 2013-08-13 22:32:35 +00:00
save-temps.c [driver] Allow multiple -arch options with -save-temps by adding the arch name 2013-04-30 22:01:21 +00:00
split-debug.c If we're splitting the dwarf for fission and don't want to use the 2013-06-05 23:58:15 +00:00
split-debug.s For split dwarf we should also run the objcopy action if we're 2013-04-10 21:30:40 +00:00
stack-protector.c Default to PIE and using stack protection on OpenBSD. 2013-06-05 04:28:55 +00:00
stackrealign.c
std.c
std.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
sysroot-flags.c
sysroot.c
systemz-march.c Fix test to actually check things. 2013-07-19 17:49:21 +00:00
target-as.s clang/test/Driver: Remove the feature "clang-driver" in three tests since they might work as expected since their first commit. 2013-08-20 12:16:35 +00:00
target-triple-deployment.c Update test case for new default of 3.0 2012-05-09 18:23:04 +00:00
target.c Update two options to my proposed syntax for user-facing driver options: 2013-06-20 09:42:40 +00:00
tsan.c Use the -fsanitize=thread flag to unbreak buildbot. 2012-11-06 18:16:37 +00:00
unknown-arg.c Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fed into the diagnostic formatting machinery again. 2012-12-08 12:42:30 +00:00
unknown-gcc-arch.c Fix redundant comparison in gcc::Common::ConstructJob. 2013-03-20 07:34:27 +00:00
visibility.cpp Add support for -fvisibility-ms-compat. 2013-02-19 01:57:35 +00:00
warning-options.cpp Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." 2013-03-12 20:00:34 +00:00
warning-options_pedantic.cpp clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used. 2012-12-11 07:06:09 +00:00
working-directory-and-abs.c [driver] Before applying the working directory check if the input path 2012-10-26 20:09:24 +00:00
working-directory.c Adding a test case for the working-directory fix 2012-02-21 00:56:50 +00:00
x86_64-nacl-defines.cpp Add missing quotes for -###. 2013-07-23 15:20:22 +00:00
x86_64-nacl-types.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
x86_features.c Move the logic for selecting the last feature in the command line to the driver. 2013-08-21 17:34:32 +00:00
xcore-opts.c XCore target: correct test layout 2013-08-19 09:46:32 +00:00