llvm-project/clang/test/Driver
Reid Kleckner b8000c0ce8 [Windows] Autolink with basenames and add libdir to libpath
Prior to this change, for a few compiler-rt libraries such as ubsan and
the profile library, Clang would embed "-defaultlib:path/to/rt-arch.lib"
into the .drective section of every object compiled with
-finstr-profile-generate or -fsanitize=ubsan as appropriate.

These paths assume that the link step will run from the same working
directory as the compile step. There is also evidence that sometimes the
paths become absolute, such as when clang is run from a different drive
letter from the current working directory. This is fragile, and I'd like
to get away from having paths embedded in the object if possible. Long
ago it was suggested that we use this for ASan, and apparently I felt
the same way back then:
https://reviews.llvm.org/D4428#56536

This is also consistent with how all other autolinking usage works for
PS4, Mac, and Windows: they all use basenames, not paths.

To keep things working for people using the standard GCC driver
workflow, the driver now adds the resource directory to the linker
library search path when it calls the linker. This is enough to make
check-ubsan pass, and seems like a generally good thing.

Users that invoke the linker directly (most clang-cl users) will have to
add clang's resource library directory to their linker search path in
their build system. I'm not sure where I can document this. Ideally I'd
also do it in the MSBuild files, but I can't figure out where they go.
I'd like to start with this for now.

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D65543
2020-04-28 11:36:21 -07:00
..
Inputs AMDGPU: Teach toolchain to link rocm device libs 2020-04-10 13:37:32 -04:00
XRay [xray][clang] Always add xray-skip-entry/exit and xray-ignore-loops attrs 2020-02-11 14:00:41 -08:00
flang Make flang driver stuff work on macOS 2019-10-31 07:34:32 -04:00
B-opt.c [Driver] Verify GCCInstallation is valid 2019-05-21 21:21:35 +00:00
O.c
Ofast.c
Wp-args.c Clang] Fix expansion of response files in -Wp after integrated-cc1 change 2020-01-22 16:53:44 -05:00
Xarch.c [clang-cl] Provide separate flags for all the /O variants 2018-09-25 14:10:26 +00:00
Xlinker-args.c
aarch64-call-saved-x-register.c [AArch64] Support adding X[8-15,18] registers as CSRs. 2018-09-25 16:48:40 +00:00
aarch64-cpus.c [ARM] Armv8.6-a Matrix Mul cmd line support 2020-04-24 15:54:06 +01:00
aarch64-dotprod.c [AArch64] Add support for Cortex-A76 and Cortex-A76AE 2019-02-25 15:11:31 +00:00
aarch64-features.c
aarch64-fix-cortex-a53-835769.c Remove -cc1 option "-backend-option". 2018-04-12 22:21:36 +00:00
aarch64-fixed-call-saved-x-register.c [AArch64] Support adding X[8-15,18] registers as CSRs. 2018-09-25 16:48:40 +00:00
aarch64-fixed-x-register.c [AArch64] Add support for -ffixed-x30 2020-04-28 08:48:28 -07:00
aarch64-mgeneral_regs_only.c
aarch64-mte.c [AArch64][v8.5A] Test clang option for the Memory Tagging Extension 2018-10-02 09:38:59 +00:00
aarch64-outliner.c [MachineOutliner] Properly pass -moutline along to the toolchain 2018-07-06 22:24:56 +00:00
aarch64-predres.c [NFC][Clang] Add driver tests for sb and predres 2019-01-25 14:57:22 +00:00
aarch64-rand.c [AArch64][v8.5A] Test optional Armv8.5-A random number extension 2018-09-27 14:20:59 +00:00
aarch64-ras.c [ARM][AArch64] Cortex-A75 and Cortex-A55 tests 2017-08-21 08:52:45 +00:00
aarch64-rcpc.s [ARM][AArch64] Cortex-A75 and Cortex-A55 tests 2017-08-21 08:52:45 +00:00
aarch64-rdm.c [Driver][AArch64] Add tests for RDM feature. 2017-08-24 14:32:55 +00:00
aarch64-security-options.c [NFC][Clang][Aarch64] Add missing test file 2018-11-07 11:42:02 +00:00
aarch64-ssbs.c [AArch64] Add command-line option for SSBS 2018-12-03 14:40:37 +00:00
addrsig.c [Driver] Default to -fno-addrsig on Android. 2019-01-08 22:33:59 +00:00
aix-as.c [NFC] Delete extra white space in a test case. 2020-02-11 16:00:59 -05:00
aix-ld.c Add AIX toolchain and basic linker functionality 2019-10-24 14:47:57 -04:00
altivec-asm.S
amdgcn-toolchain-pic.cl Add -no-canonical-prefixes to allow different build modes. 2018-02-15 13:50:07 +00:00
amdgpu-features.c [AMDGPU] gfx1010 wave32 clang support 2019-06-13 23:47:59 +00:00
amdgpu-macros.cl [AMDGPU] gfx908 clang target 2019-07-09 18:19:00 +00:00
amdgpu-mcpu.cl [AMDGPU] Do not assume a default GCN target 2019-08-14 20:55:15 +00:00
amdgpu-toolchain-opencl.cl [AMDGPU] Implement infrastructure to set options in AMDGPUToolChain 2017-09-05 10:24:38 +00:00
amdgpu-toolchain.c [AMDGPU][HIP] Change default DWARF version to 4 2019-11-14 11:51:11 -05:00
amdgpu-visibility.cl AMDGPU: Teach toolchain to link rocm device libs 2020-04-10 13:37:32 -04:00
analyze.c
analyzer-target-enabled-checkers.cpp
ananas.c ananas: Add shared library support 2018-01-09 09:18:14 +00:00
android-gcc-toolchain.c [Driver] fix broken test 2018-10-22 21:25:53 +00:00
android-link.cpp [Driver] Default arm-linux-androideabi to -z max-page-size=4096 2020-04-08 12:05:28 -07:00
android-ndk-standalone.cpp [Driver] Reland again again: Default Android toolchains to libc++. 2018-11-05 20:57:46 +00:00
android-no-installed-libcxx.cpp Reland 198fbcb8, "Driver: Don't look for libc++ headers in the install directory on Android.", which was reverted in b3249027. 2019-12-09 10:08:02 -08:00
android-pie.c Don't use -pie in relocatable link. 2018-03-09 19:35:16 +00:00
android-standalone.cpp
apple-kext-mkernel.c Recommit #2 "[Driver] Default to -fno-common for all targets" 2020-03-09 19:57:03 +00:00
appletvos-version-min.c
arc-exceptions.m
arc.c
arch-armv7k.c
arch-specific-libdir-rpath.c [Driver] Wire up the -f[no-]rtlib-add-rpath flag and tests 2018-04-02 23:36:14 +00:00
arch-specific-libdir.c
arch.c
arclite-link-external-toolchain.c [clang][driver] Weaken the test from 359353 to appease Windows bots 2019-04-26 22:58:31 +00:00
arclite-link.c Fix which Darwin versions have ObjC runtime with full subscripting support. 2018-02-26 23:10:23 +00:00
arm-abi.c
arm-alignment.c
arm-arch-darwin.c
arm-cde.c [ARM,CDE] Cosmetic changes, additonal driver tests 2020-02-18 10:23:09 +00:00
arm-compiler-rt.c attempt to fix check-clang on windows after c49866ac 2020-02-13 09:32:11 -05:00
arm-cortex-cpus.c [PATCH] [ARM] ARMv8.6-a command-line + BFloat16 Asm Support 2020-03-26 09:17:20 +00:00
arm-default-build-attributes.s Driver must return non-zero code on errors in command line 2017-05-24 14:57:17 +00:00
arm-dotprod.c [AArch64] Add support for Cortex-A76 and Cortex-A76AE 2019-02-25 15:11:31 +00:00
arm-execute-only.c Let unaliased Args track which Alias they were created from, and use that in Arg::getAsString() for diagnostics 2019-07-09 00:34:08 +00:00
arm-features.c [ARM] Preserve fpu behaviour for '-crypto' 2019-10-14 16:29:26 +00:00
arm-fixed-r9.c
arm-float-abi.c [Driver] Fix float ABI default for Android ARMv8. 2019-02-21 21:13:03 +00:00
arm-hwdiv.c
arm-ias-Wa.s [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
arm-implicit-it.s
arm-long-calls.c
arm-matrix-multiply.c [ARM] Armv8.6-a Matrix Mul cmd line support 2020-04-24 15:54:06 +01:00
arm-mfpu.c [ARM][MVE] Fix a corner case of checking for MVE-I with -mfpu=none 2020-02-11 12:03:41 +00:00
arm-multilibs.c
arm-no-movt.c
arm-no-neg-immediates.c
arm-ras.c [ARM][AArch64] Cortex-A75 and Cortex-A55 tests 2017-08-21 08:52:45 +00:00
arm-restrict-it.c Remove -cc1 option "-backend-option". 2018-04-12 22:21:36 +00:00
arm-sb.c [NFC][Clang] Add driver tests for sb and predres 2019-01-25 14:57:22 +00:00
arm-target-as-mthumb.s [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
arm-thumb-only-cores.c [Driver] Error if ARM mode was selected explicitly for M-profile CPUs. 2017-08-04 10:40:18 +00:00
arm-wchar_t-defaults.c Driver: default to `unsigned int` `wchar_t` for ARM 2017-10-29 06:01:14 +00:00
arm-xscale.c
arm64-as.s AArch64: add missing Apple CPU names and use them by default. 2020-01-08 09:24:06 +00:00
arm64-darwinpcs.c
arm64_32-link.c Don't assume that the clang binary's resolved name includes the string 2019-11-12 16:37:05 -08:00
armv8-crc.c
armv8.1m.main.c [ARM] Fix bugs introduced by the fp64/d32 rework. 2019-06-07 12:42:54 +00:00
armv8.1m.main.s [ARM] Allow "-march=foo+fp" to vary with foo 2019-06-05 13:12:01 +00:00
as-default-dwarf.s
as-dwarf-cie.s Change llvm-{objdump,readobj} -long-option to --long-option or well-known short options in tests. NFC 2019-05-01 09:30:45 +00:00
as-mcpu.c [Driver] Turns out the GNU assembler does support falkor/saphira. 2017-11-29 16:42:44 +00:00
as-no-warnings.c [test] Merge Driver/as-w-warnings.c into as-no-warnings.c 2019-10-21 18:04:52 +00:00
as-options.s Update test to explicity test with -fintegrated-as and -fno-integrated-as and to expect warnings when appropriate. 2019-08-09 19:47:18 +00:00
asan.c [Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3 2019-06-05 03:17:11 +00:00
ast.c
at_file.c
at_file.c.args
at_file.c.args.utf16le
at_file_missing.c
at_file_win.c
at_file_win.c.args
autocomplete.c [SanitizerCoverage] Add -fsanitize-coverage=inline-bool-flag 2020-04-09 02:40:55 -07:00
autolink_integrated_as.c
avr-link-mcu-family-unimplemented.c [AVR] Automatically link CRT and libgcc from the system avr-gcc 2019-05-19 09:54:14 +00:00
avr-link-no-mcu-specified.c [AVR] Automatically link CRT and libgcc from the system avr-gcc 2019-05-19 09:54:14 +00:00
avr-link-nostdlib-nodefaultlibs.c [AVR] Automatically link CRT and libgcc from the system avr-gcc 2019-05-19 09:54:14 +00:00
avr-mmcu.c
avr-toolchain.c
baremetal.cpp [clang] stop baremetal driver to append .a to lib 2020-02-13 11:08:46 +00:00
biarch.c [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
bindings.c
cc-log-diagnostics.c [Diagnostics] Try to improve warning message for -Wreturn-type 2019-11-09 17:54:58 +01:00
cc-print-options.c [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 change 2020-01-21 17:03:00 -05:00
cc1-response-files.c
cc1-spawnprocess.c [Clang] Limit -fintegrated-cc1 to only one TU 2020-02-12 17:02:57 -05:00
ccc-as-cpp.c
ccc-host-triple-no-integrated-as.c
cf-runtime-abi.c Driver,CodeGen: introduce support for Swift CFString layout 2018-10-24 23:28:28 +00:00
check-time-trace-sections.cpp Re-land Remove REQUIRES:shell from tests that pass for me on Windows 2019-09-10 20:15:45 +00:00
check-time-trace-sections.py [TimeProfiler] Emit clock synchronization point 2020-04-23 01:09:31 +03:00
check-time-trace.cpp [TimeProfiler] Emit clock synchronization point 2020-04-23 01:09:31 +03:00
cl-cc-flags.c Fix test not to use UNSUPPORTED as a FileCheck prefix. 2019-05-20 14:57:18 +00:00
cl-denorms-are-zero.cl clang/AMDGPU: Assume denormals are enabled for the default target. 2020-04-15 09:17:26 -04:00
cl-diagnostics.c Fix cl-diagnostics.c test by hardcoding the version of MSVC to mimic 2017-05-31 20:07:36 +00:00
cl-eh.cpp
cl-fallback.c Add Windows Control Flow Guard checks (/guard:cf). 2019-10-28 15:19:39 +00:00
cl-idl.cpp [clang-cl] Treat inputs as C++ with /E, like MSVC 2018-12-26 21:04:08 +00:00
cl-include.c Attempt to fix cl-include.c on Windows. 2018-02-28 20:58:06 +00:00
cl-inputs.c
cl-link-at-file.c
cl-link.c [Driver] Don't force .exe suffix for lld 2017-06-06 02:06:28 +00:00
cl-options.c [Windows] Autolink with basenames and add libdir to libpath 2020-04-28 11:36:21 -07:00
cl-options.cu Make clang/test/Driver/cl-options.cu pass in 32-bit builds 2020-04-06 16:04:43 +02:00
cl-outputs.c Driver must return non-zero code on errors in command line 2017-05-24 14:57:17 +00:00
cl-pch-errorhandling.cpp
cl-pch-search.cpp [clang-cl, PCH] Implement support for MS-style PCH through headers 2018-07-05 17:22:13 +00:00
cl-pch-showincludes.cpp test: adjust the target for some Windows tests 2018-01-23 17:05:57 +00:00
cl-pch.c
cl-pch.cpp [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstop 2018-09-11 17:10:44 +00:00
cl-response-file.c Fix test cl-response-file.c to work on all platforms including Windows/Solaris. 2019-06-24 22:26:08 +00:00
cl-runtime-flags.c
cl-showfilenames.c [Clang][IFS][Test] Work around in-process cc1 ASAN issues #2. 2020-01-23 14:25:53 -08:00
cl-thinlto-backend.c reland "add -fthinlto-index= option to clang-cl" 2019-07-16 01:35:49 +00:00
cl-x86-flags.c Don't let test write to the source dir after r323426. 2018-01-25 21:49:03 +00:00
cl-zc.cpp [clang-cl] Alias /Zc:alignedNew[-] to -f[no-]aligned-allocation 2019-01-15 21:24:55 +00:00
cl.c
claim-unused.c
clang-c-as-cxx.c
clang-exception-flags.cpp
clang-g-opts.c [Driver][Darwin] Use Host Triple to infer target os version 2018-07-03 04:15:49 +00:00
clang-offload-bundler.c [Clang][Bundler] Reduce fat object size 2020-01-30 08:21:39 -08:00
clang-offload-wrapper.c [clang-offload-wrapper] Lower priority of __tgt_register_lib in favor of __tgt_register_requires 2020-03-03 12:31:40 -08:00
clang-s-opts.s
clang-translation.c [Frontend] Replace CC1 option -masm-verbose with -fno-verbose-asm 2020-03-31 22:33:55 -07:00
clang-translation.cppm Modules: Fix implicit output file for .cppm to .pcm instead of stdout 2018-06-14 23:09:06 +00:00
clang_cpp.c
clang_f_opts.c [Driver][test] Add a specific test file for -fmerge-all-constants 2020-03-15 13:11:49 -07:00
clang_f_opts.h
clang_wrapv_opts.c
cloudabi.c
cloudabi.cpp
codeview-column-info.c [Driver] Don't add -dwarf-column-info when using -gcodeview on non-msvc targets 2018-05-08 20:55:23 +00:00
color-diagnostics.c
compilation_database.c Fix the 'directory' field in DumpCompilationDatabase and add test 2019-09-27 08:14:45 +00:00
compiler-rt-unwind.c [Driver] Make -static-libgcc imply static libunwind 2019-11-22 15:33:13 -08:00
complete-member-pointers.cpp Protect a clang-cl file path with --. 2018-05-30 04:08:34 +00:00
compress-noias.c [cc1as] Change -compress-debug-sections= to use -- 2019-05-11 01:14:50 +00:00
compress.c [cc1as] Change -compress-debug-sections= to use -- 2019-05-11 01:14:50 +00:00
config-file-errs.c Enable configuration files in clang 2018-01-01 13:27:01 +00:00
config-file.c [Driver] Don't warn about unused inputs in config files 2018-05-04 06:05:58 +00:00
config-file2.c Fix typos in clang 2018-04-06 15:14:32 +00:00
config-file3.c clang: Make tests using symlinks more consistent. 2020-04-05 12:56:41 -04:00
config-file4.c This test fails if there is no integrated assembler, so change the -c option to -S as it is not important to the test and allows it to pass when there is no integrated assembler. 2018-05-01 23:32:09 +00:00
constructors.c [Driver] Use .init_array for all gcc installations and simplify Generic_ELF -fno-use-init-array rules 2019-12-13 14:06:51 -08:00
coroutines.c
coroutines.cpp
coverage-ld.c
coverage.c Fix coverage test on Windows bot 2017-11-17 21:55:23 +00:00
coverage_no_integrated_as.c Only pass -coverage-notes-file when emitting coverage 2019-09-26 18:13:19 +00:00
cpath.c [clang] Get rid of "%T" expansions 2017-08-15 19:47:06 +00:00
cpp-precomp.c
crash-diagnostics-dir.c [Driver] Create non-existent directory for -fcrash-diagnostics-dir 2019-05-04 00:55:14 +00:00
crash-report-crashfile.m Prefer 'env not' over 'not env' in tests. 2019-10-14 01:41:56 +00:00
crash-report-header.h Re-apply r334418 "Enable crash recovery tests on Windows, globs work in the lit internal shell now" 2018-06-12 11:51:22 +00:00
crash-report-modules.m Disable clang crash-report-modules.m test on Windows again 2018-07-20 22:36:33 +00:00
crash-report-null.test Prefer 'env not' over 'not env' in tests. 2019-10-14 01:41:56 +00:00
crash-report-spaces.c Re-apply r334418 "Enable crash recovery tests on Windows, globs work in the lit internal shell now" 2018-06-12 11:51:22 +00:00
crash-report-with-asserts.c Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug ..." 2020-02-07 09:51:09 -05:00
crash-report.c [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error() generate preprocessed source + reproducer.sh again. 2020-02-11 10:17:30 -05:00
cross-linux.c [Clang] Force rtlib=platform in test to avoid fails with CLANG_DEFAULT_RTLIB 2020-01-06 07:21:15 +00:00
cspgo-lto.c Fix invocation of Gold plugin with LTO after r355331 2019-03-13 23:54:52 +00:00
cuda-arch-translation.cu [CUDA] Add amdgpu sub archs 2018-04-04 21:19:27 +00:00
cuda-bad-arch.cu [AMDGPU] gfx908 clang target 2019-07-09 18:19:00 +00:00
cuda-bail-out.cu [Driver] Make clang/cc conforms to UNIX standard 2017-11-10 01:32:47 +00:00
cuda-bindings.cu
cuda-constructor-alias.cu
cuda-detect-path.cu [CUDA] Detect installation in PATH 2018-01-31 08:26:51 +00:00
cuda-detect.cu [CUDA] Improve testing of libdevice detection. 2020-04-08 11:19:45 -07:00
cuda-dwarf-2.cu [CUDA][OPENMP][NVPTX]Improve logic of the debug info support. 2018-12-12 14:52:27 +00:00
cuda-external-tools.cu [HIP] Support early finalization of device code for -fno-gpu-rdc 2018-10-02 17:48:54 +00:00
cuda-flush-denormals-to-zero.cu clang/AMDGPU: Assume denormals are enabled for the default target. 2020-04-15 09:17:26 -04:00
cuda-macosx.cu [CUDA] Fix two failed test cases using --cuda-path-ignore-env 2018-09-26 07:07:48 +00:00
cuda-march.cu
cuda-no-pgo-or-coverage.cu [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
cuda-no-sanitizers.cu [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
cuda-no-stack-protector.cu [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
cuda-not-found.cu [CUDA] Detect installation in PATH 2018-01-31 08:26:51 +00:00
cuda-options-freebsd.cu Populate CUDA flags on FreeBSD too, as many other toolchains do. 2019-11-18 21:54:25 +01:00
cuda-options.cu [Driver] Move the "-o OUT -x TYPE SRC.c" flags to the end of -cc1 2019-05-23 18:35:43 +00:00
cuda-output-asm.cu [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
cuda-phases.cu [HIP] Fix device only compilation 2018-11-14 04:47:31 +00:00
cuda-ptxas-path.cu
cuda-simple.cu [clang][driver][ARM] Clean up ARM target & feature checking in clang driver. 2020-02-06 08:57:52 -05:00
cuda-unsupported-debug-options.cu Fix tests after rC357150 2019-03-28 08:41:17 +00:00
cuda-unused-arg-warning.cu
cuda-version-check.cu [CUDA] Warn about unsupported CUDA SDK version only if it's used. 2020-03-12 10:04:10 -07:00
cuda-windows.cu
cxa-atexit.cpp [Driver] Enable __cxa_atexit on Solaris 2019-07-17 08:37:00 +00:00
darwin-as.c
darwin-asan-nofortify.c Revert r337635 "[Driver] Sanitizer support based on runtime library presence" 2018-07-31 21:57:35 +00:00
darwin-debug-flags.c Update clang tests for new LLVM IR backslash printing in r374415 2019-10-10 18:36:41 +00:00
darwin-dsymutil.c
darwin-embedded.c
darwin-fapple-link-rtlib.c [Darwin] Introduce a new flag, -fapple-link-rtlib that forces linking of the builtins library. 2019-05-10 23:24:20 +00:00
darwin-header-search-libcxx.cpp [Driver][Darwin] Improve tests for -nostdinc & friends 2020-02-04 19:31:53 -05:00
darwin-header-search-libstdcxx.cpp [PowerPC] Delete PPCMachObjectWriter and powerpc{,64}-apple-darwin 2020-03-05 11:05:26 -08:00
darwin-header-search-system.cpp [driver][Darwin] Add an -ibuiltininc flag that lets Darwin driver 2020-01-28 18:18:43 -08:00
darwin-infer-simulator-sdkroot.c [driver][darwin] Pass -platform_version flag to the linker instead of the -<platform>_version_min flag 2019-12-17 10:26:32 -08:00
darwin-iphone-defaults.m IRGen: Add optnone attribute on function during O0 2017-05-29 05:38:20 +00:00
darwin-ld-dedup.c
darwin-ld-demangle.c
darwin-ld-lto.c Fix darwin-ld-lto test for some speical path 2019-10-16 18:12:41 +00:00
darwin-ld-platform-version-ios.c [driver][darwin] Don't use -platform_version flag by default (PR44813) 2020-02-27 13:48:26 +01:00
darwin-ld-platform-version-macos.c [driver][darwin] Don't use -platform_version flag by default (PR44813) 2020-02-27 13:48:26 +01:00
darwin-ld-platform-version-tvos.c [driver][darwin] Don't use -platform_version flag by default (PR44813) 2020-02-27 13:48:26 +01:00
darwin-ld-platform-version-watchos.c [driver][darwin] Don't use -platform_version flag by default (PR44813) 2020-02-27 13:48:26 +01:00
darwin-ld-pthread.c
darwin-ld.c [Driver] Handle all optimization-record options for Darwin LTO 2020-04-03 15:30:08 -07:00
darwin-max-type-align.c
darwin-multiarch-arm.c
darwin-objc-defaults.m
darwin-objc-options.m [Driver] Don't pass -fobjc-rumtime= for non-ObjC input 2020-03-31 17:50:37 -07:00
darwin-opt-record-ld.c [Driver] Only pass LTO remark arguments if the driver asks for it 2020-04-07 14:11:47 -07:00
darwin-opt-record.c [Remarks][Driver] Place temporary remark files next to temporary object files 2019-12-18 16:42:02 -08:00
darwin-sanitizer-ld.c Revert r337635 "[Driver] Sanitizer support based on runtime library presence" 2018-07-31 21:57:35 +00:00
darwin-sdk-version.c Make test/Driver/darwin-sdk-version.c pass if the host triple is 32-bit 2019-01-03 00:17:02 +00:00
darwin-sdk-vs-os-version.c Recommit [driver][macOS] Pick the system version for the 2017-07-07 10:41:19 +00:00
darwin-sdkroot.c [driver][darwin] Pass -platform_version flag to the linker instead of the -<platform>_version_min flag 2019-12-17 10:26:32 -08:00
darwin-simulator-macro.c [driver] Set the 'simulator' environment for Darwin when compiling for 2017-12-07 19:04:10 +00:00
darwin-stdlib.cpp [clang][Darwin] Refactor header search path logic into the driver 2019-05-21 17:48:04 +00:00
darwin-verify-debug.c
darwin-version.c Let unaliased Args track which Alias they were created from, and use that in Arg::getAsString() for diagnostics 2019-07-09 00:34:08 +00:00
darwin-xarch.c
debug-comp-dir.S
debug-default-version.c [clang] Add -fdebug-default-version for specifying the default DWARF version 2019-11-07 12:05:58 -08:00
debug-main-file.S
debug-options-as.c
debug-options.c [clang] Add missing FileCheck colons 2020-04-14 12:32:48 -06:00
debug-prefix-map.S Initial implementation of -fmacro-prefix-map and -ffile-prefix-map 2019-11-26 15:17:49 -08:00
debug-prefix-map.c Initial implementation of -fmacro-prefix-map and -ffile-prefix-map 2019-11-26 15:17:49 -08:00
debug-unsupported.c
debug.c
default-denormal-fp-math.c Assume ieee behavior without denormal-fp-math attribute 2020-03-07 12:10:56 -05:00
default-image-name.c
default-toolchain.c
defsym.s
denormal-fp-math.c Assume ieee behavior without denormal-fp-math attribute 2020-03-07 12:10:56 -05:00
diagnostics.c
disable-llvm.c
dragonfly.c
dyld-prefix.c
dynamic-linker.c
eabi.c
elfiamcu-header-search.c
embed-bitcode-wasm.c [WebAssembly] Emit .llvmcmd and .llvmbc as custom sections 2020-04-14 13:24:18 -07:00
embed-bitcode.c
embed-bitcode.s Change llvm-{objdump,readobj} -long-option to --long-option or well-known short options in tests. NFC 2019-05-01 09:30:45 +00:00
emulated-tls.cpp [Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLS 2018-03-01 22:26:19 +00:00
env.c
exceptions.m
fast-math.c Reapply af57dbf12e "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" 2019-12-05 03:48:04 -08:00
fatal-warnings.c
fcomment-block-commands.c
fdiagnostics-show-option.c [Driver] Flip the CC1 default of -fdiagnostics-show-option 2020-03-31 21:59:27 -07:00
fembed-bitcode.c [WebAssembly] Emit .llvmcmd and .llvmbc as custom sections 2020-04-14 13:24:18 -07:00
fforce-dwarf-frame.c [cfi] Add flag to always generate .debug_frame 2019-10-31 09:48:30 +00:00
fgnuc-version.c Add -fgnuc-version= to control __GNUC__ and other GCC macros 2019-10-10 21:04:25 +00:00
flags.c Add flag to request Clang is ABI-compatible with older versions of itself 2017-08-26 01:04:35 +00:00
fmerge-constants.c [Driver][test] Add a specific test file for -fmerge-all-constants 2020-03-15 13:11:49 -07:00
fmessage-length.c [Driver] Don't pass -fmessage-length=0 to CC1 2020-03-31 17:12:08 -07:00
fno-escaping-block-tail-calls.c [Driver] Pass Default=false to hasFlag. 2018-03-10 05:55:21 +00:00
fno-rtti-data.cpp Driver: hoist `-fno-rtti-data` to a driver flag 2018-03-01 19:13:43 +00:00
fopenmp.c [OpenMP] Use the OpenMP-IR-Builder 2019-12-11 16:51:13 -06:00
fortran.f95 [clang][driver] Add basic --driver-mode=flang support for fortran 2019-10-30 10:42:22 +00:00
fp-model.c Reapply "clang: Treat ieee mode as the default for denormal-fp-math" 2020-03-06 11:46:55 -08:00
fpack-struct.c
fparse-all-comments.c
fpatchable-function-entry.c [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((patchable_function_entry(N,M))) where M>0 2020-01-23 17:02:54 -08:00
fplugin.c
frame-pointer-elim.c [Driver] Default to -momit-leaf-frame-pointer for AArch64 2019-12-13 18:48:34 -08:00
frame-pointer-elim.cl clang/AMDGPU: Fix default for frame-pointer attribute 2019-12-07 00:09:10 +05:30
frame-pointer.c [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer' 2019-07-20 22:50:50 +00:00
freebsd-mips-as.c [mips] Use more conservative default CPUs for MIPS on FreeBSD. 2018-06-26 19:48:05 +00:00
freebsd.c [Driver][test] Refactor LLVMgold tests 2020-02-07 22:37:11 -08:00
freebsd.cpp
fsanitize-blacklist.c [Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation 2020-01-13 10:40:18 -05:00
fsanitize-coverage.c [SanitizerCoverage] Add -fsanitize-coverage=inline-bool-flag 2020-04-09 02:40:55 -07:00
fsanitize-object-size.c [Driver] Conform warn_drv_object_size_disabled_O0 to DefaultWarnNoError 2018-07-12 19:53:15 +00:00
fsanitize.c Change deprecated -fsanitize-recover flag to apply to all sanitizers, not just UBSan. 2020-04-17 22:37:30 -07:00
fsemantic-interposition.c [Driver][test] Change %itanium_abi_triple to generic ELF 2020-02-02 21:46:48 -08:00
fsjlj-exceptions.c
fubsan-strip-path-components.cpp
fuchsia.c Recommit #2 "[Driver] Default to -fno-common for all targets" 2020-03-09 19:57:03 +00:00
fuchsia.cpp [Clang] Always set -z now linker option on Fuchsia 2020-01-13 11:54:04 -08:00
function-alignment.c Implement proper support for `-falign-functions` 2018-04-19 23:14:57 +00:00
function-sections.c
fuse-ld-windows.c [Driver] Allow using a canonical form of '-fuse-ld=' when cross-compiling on Windows. 2018-02-27 02:51:30 +00:00
fuse-ld.c On Windows, fix fuse-ld.c test when lld is provided explictly in -DCMAKE_LINKER 2019-11-29 11:28:49 -05:00
fuzzer.c Revert r337635 "[Driver] Sanitizer support based on runtime library presence" 2018-07-31 21:57:35 +00:00
fveclib.c Initial support for vectorization using MASSV (IBM MASS vector library) 2019-06-05 01:57:57 +00:00
gcc-toolchain.cpp Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT` 2019-09-28 12:21:06 +00:00
gcc-version-debug.c
gcc_forward.c [Driver] Don't forward -m[no-]unaligned-access options to GCC when assembling/linking 2018-04-11 14:20:37 +00:00
gcodeview-ghash.c Add missing test for r347072 -gcodeview-ghash 2018-11-16 23:17:11 +00:00
gen-cdb-fragment.c Reland [Driver] Fix -working-directory issues 2019-10-15 17:51:59 +00:00
gfortran.f90 Driver must return non-zero code on errors in command line 2017-05-24 14:57:17 +00:00
global-isel.c Add a new -fglobal-isel option and make -fexperimental-isel an alias for it. 2020-03-31 12:06:11 -07:00
gnu-runtime.m
gold-lto-new-pass-man.c Enabling new pass manager in LTO (and thinLTO) link step. 2017-10-05 01:50:48 +00:00
gold-lto-samplepgo.c
gold-lto-sections.c
header-module.cpp Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX" 2018-11-05 12:46:02 +00:00
hexagon-hvx.c [Hexagon] Add support for Hexagon V66 2018-12-05 21:38:35 +00:00
hexagon-long-calls.c
hexagon-memops.c [Hexagon] Add driver options for subtarget features 2018-05-15 18:15:59 +00:00
hexagon-nvj.c [Hexagon] Add driver options for subtarget features 2018-05-15 18:15:59 +00:00
hexagon-nvs.c [Hexagon] Add driver options for subtarget features 2018-05-15 18:15:59 +00:00
hexagon-packets.c [Hexagon] Clang side of r327302 in LLVM 2018-03-13 13:30:43 +00:00
hexagon-toolchain-elf.c [clang] Add missing FileCheck colons 2020-04-14 12:32:48 -06:00
hexagon-toolchain-linux.c [Hexagon] Default linker tests can fail if CLANG_DEFAULT_LINKER is used. 2020-04-09 08:36:50 -05:00
hexagon-vectorize.c Revert r345170 [along with its llvm counterpart r345169] as it makes Halide builds timeout. 2018-10-27 04:51:09 +00:00
hip-autolink.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-binding.hip [HIP] Do not unbundle object files for -fno-gpu-rdc 2019-03-05 16:07:56 +00:00
hip-default-gpu-arch.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-device-compile.hip [Clang] Fix HIP tests when running on Windows with the LLVM toolchain is in the path 2020-03-23 16:54:48 -04:00
hip-device-libs.hip HIP: Link correct denormal mode library 2020-04-01 12:36:22 -04:00
hip-host-cpu-features.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-inputs.hip [HIP] Set proper triple and offload kind for the toolchain 2018-05-11 19:21:39 +00:00
hip-link-shared-library.hip [HIP] Do not unbundle object files for -fno-gpu-rdc 2019-03-05 16:07:56 +00:00
hip-no-device-libs.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-options.hip [CUDA][HIP] Add -Xarch_device and -Xarch_host options 2020-03-24 10:13:05 -04:00
hip-output-file-name.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-printf.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-save-temps.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-syntax-only.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-toolchain-dwarf.hip [AMDGPU][HIP] Change default DWARF version to 4 2019-11-14 11:51:11 -05:00
hip-toolchain-features.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-toolchain-mllvm.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-toolchain-no-rdc.hip [hip] Remove `hip_pinned_shadow`. 2020-04-07 09:51:49 -04:00
hip-toolchain-opt.hip [HIP] Let clang recognize .hip extension 2020-03-17 11:22:55 -04:00
hip-toolchain-rdc.hip [hip] Remove `hip_pinned_shadow`. 2020-04-07 09:51:49 -04:00
hurd.c Add Hurd target to Clang driver (2/2) 2018-11-29 03:49:14 +00:00
ident_md.c
immediate-options.c clang -dumpversion returns 4.2.1 for legacy reason, update it 2019-03-25 18:06:20 +00:00
implicit-function-as-error.c
include-default-header.cl [OpenCL] Improved testing of default header. 2019-03-19 13:04:17 +00:00
incompatible_sysroot.c
incremental-linker-compatible.c
index-header-map.c
indirect-tls-seg-refs.c [X86][Tests] Make sure tls-direct-seg-refs tests only run where supported 2018-10-18 14:44:25 +00:00
inhibit-downstream-commands.c [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
inline-asm.c
instrprof-ld.c [Driver][Windows] Add dependent lib argument for profile instr generate 2019-05-14 14:01:40 +00:00
integrated-as.c [Frontend] Replace CC1 option -masm-verbose with -fno-verbose-asm 2020-03-31 22:33:55 -07:00
integrated-as.s driver: Allow -fdebug-compilation-dir=foo in joined form. 2020-01-10 19:20:51 -05:00
ios-simulator-arcruntime.c
ios-version-min.c
krait-cpu.c
lanai-toolchain.c
lanai-unknown-unknown.cpp Recommit r324107 again. 2018-02-07 22:15:33 +00:00
le32-toolchain.c
le32-unknown-nacl.cpp [Clang][NewPM] Don't bail out if the target machine is empty 2019-05-06 23:24:17 +00:00
le64-unknown-unknown.cpp Recommit r324107 again. 2018-02-07 22:15:33 +00:00
linker-opts.c [Driver] Delete XFAIL: windows-msvc after D65880/r368245 2019-08-08 04:56:21 +00:00
linux-as.c [Driver] Default Android toolchains to noexecstack. 2019-03-28 18:08:28 +00:00
linux-header-search.cpp [Driver] Support g++ headers in include/g++ 2018-11-13 21:38:45 +00:00
linux-ld.c [Driver][RISCV] Add RedHat Linux RISC-V triple 2020-02-14 13:46:26 +00:00
linux-musl-header-search.cpp [Driver] Prioritize SYSROOT/usr/include over RESOURCE_DIR/include on linux-musl 2019-08-06 06:25:32 +00:00
linux-per-target-runtime-dir.c [Driver] Change layout of per-target runtimes to resemble multiarch 2019-05-27 23:23:50 +00:00
lit.local.cfg [clang][driver] Add basic --driver-mode=flang support for fortran 2019-10-30 10:42:22 +00:00
lto-dwo.c Add an option to support debug fission on implicit ThinLTO. 2018-06-25 23:05:27 +00:00
lto-jobs.c After 09158252f7, fix build when -DLLVM_ENABLE_THREADS=OFF 2020-03-28 13:54:58 -04:00
lto-unit.c [ThinLTOCodeGenerator] Add support for index-based WPD 2019-10-18 11:58:21 +00:00
lto.c [Driver] Don't pass -plugin LLVMgold.so when the linker is ld.lld 2020-02-07 22:53:14 -08:00
lto.cu [Driver] Don't pass -plugin LLVMgold.so when the linker is ld.lld 2020-02-07 22:53:14 -08:00
m-and-mm.c [Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MMD -MT -MQ 2019-09-14 06:01:22 +00:00
macho-embedded.c
malign_double.c [Driver] Pass -malign-double from the driver to the cc1 command line 2019-03-21 20:07:24 +00:00
masm.c Attempt to fix test/Driver/masm.c on the ARM bots. 2018-01-17 16:03:08 +00:00
masm.s
mbackchain.c [SystemZ] Support the kernel back chain. 2020-02-23 13:42:36 -08:00
mbig-obj.c
mcmodel.c [Frontend] Replace CC1 option -mcode-model with -mcmodel= 2020-02-21 23:10:50 -08:00
mcount.c [Driver] Allow -mnop-mcount for SystemZ and -mfentry for X86 and SystemZ 2019-12-22 00:01:42 -08:00
mdouble.c [AVR] Add support for the -mdouble=x flag 2020-03-17 13:21:03 +01:00
memtag.c Fix memtag test. 2020-03-17 11:06:32 +01:00
mfentry.c [Driver] -pg -mfentry should respect target specific decisions for -mframe-pointer=all 2020-02-18 15:33:46 -08:00
mg.c
mglobal-merge.c Remove -cc1 option "-backend-option". 2018-04-12 22:21:36 +00:00
miamcu-opt.c [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
miamcu-opt.cpp
mingw-implicit-extension-cross.c [MinGW] Implicitly add .exe suffix if not provided 2019-12-17 10:08:39 +02:00
mingw-implicit-extension-windows.c [MinGW] Implicitly add .exe suffix if not provided 2019-12-17 10:08:39 +02:00
mingw-libgcc.c [MinGW, CrossWindows] Allow passing -static together with -shared 2018-02-27 19:42:19 +00:00
mingw-lto.c [MinGW] Allow using LTO when lld is used as linker 2018-10-12 20:15:51 +00:00
mingw-msvcrt.c [MinGW] Treat any -lucrt* as replacing -lmsvcrt 2018-07-10 10:46:45 +00:00
mingw-sanitizers.c [MinGW] Allow using ASan 2018-10-01 20:53:25 +00:00
mingw-sysroot.cpp make ccabe93298 more robust 2020-04-05 13:07:50 -04:00
mingw-windowsapp.c [MinGW] Skip adding default win32 api libraries if -lwindowsapp is specified 2018-07-10 10:46:51 +00:00
mingw.cpp [MinGW] Predefine UNICODE if -municode is specified during compilation 2018-08-06 19:48:44 +00:00
mips-abi.c [mips] Add `octeon+` to the list of CPUs accepted by the driver 2019-11-07 13:58:50 +03:00
mips-abicalls-error.c Replace the UTF-8 characters in the error message. 2018-11-18 22:30:58 +00:00
mips-abicalls-warning.c [mips] Improve handling of -fno-[pic/PIC] option 2018-05-07 14:30:49 +00:00
mips-as.c [mips] Add `octeon+` to the list of CPUs accepted by the driver 2019-11-07 13:58:50 +03:00
mips-cs.cpp
mips-eleb.c
mips-features.c [mips] Pass "xgot" flag as a subtarget feature 2019-09-18 12:24:57 +00:00
mips-float.c [mips] Set default float ABI to "soft" on FreeBSD 2019-10-09 10:38:03 +00:00
mips-fsf.cpp
mips-gpopt-warning.c [mips] Fix typo (missed space) in the warning message 2017-08-04 08:25:15 +00:00
mips-ias-Wa.s
mips-img-v2.cpp
mips-img.cpp
mips-indirect-branch.c [mips] Spectre variant two mitigation for MIPSR2 2018-02-21 00:05:05 +00:00
mips-integrated-as.s [mips] Pass "xgot" flag as a subtarget feature 2019-09-18 12:24:57 +00:00
mips-mabs-warning.c [mips] Introducing option -mabs=[legacy/2008] 2017-08-24 16:06:30 +00:00
mips-mti-linux.c Default to -fuse-init-array 2019-12-12 10:32:56 -08:00
mips-mti.cpp Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT` 2019-09-28 12:21:06 +00:00
mips-reduced-toolchain.cpp
mipsel-nacl-defines.cpp
mlong-double-64.c [X86][PPC] Support -mlong-double-64 2019-07-09 00:27:43 +00:00
mlong-double-128.c [X86] Support -mlong-double-80 2019-08-17 04:20:24 +00:00
modules-cache-path.m
modules-ts.cpp
modules.cpp Fix Driver/modules.cpp test to work when build directory name contains '.s' 2019-09-30 23:42:17 +00:00
modules.m [Modules] Turn on system header validation for implicit modules 2018-04-18 06:07:49 +00:00
modules.mm
montavista-gcc-toolchain.c
mprefer-vector-width.c [Driver][CodeGen] Add -mprefer-vector-width driver option and attribute during CodeGen. 2017-12-11 21:09:19 +00:00
mrecip.c
ms-bitfields.c
msan.c [Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3 2019-06-05 03:17:11 +00:00
msc-version.c
msp430-hwmult.c [MSP430] Provide a toolchain description 2019-01-15 19:44:05 +00:00
msp430-mmcu.c [MSP430] Provide a toolchain description 2019-01-15 19:44:05 +00:00
msp430-toolchain.c Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT` 2019-09-28 12:21:06 +00:00
msvc-compiler-rt.c
msvc-link.c Reland r341390 clang-cl: Pass /Brepro to linker if it was passed to the compiler 2018-09-07 12:47:02 +00:00
msvc-triple.c
msvc_forward.c
myriad-toolchain.c [Myriad] Remove invalidated -elf flag for MoviAsm 2018-01-08 20:36:08 +00:00
nacl-direct.c Default to -fuse-init-array 2019-12-12 10:32:56 -08:00
netbsd.c [clang] Add missing FileCheck colons 2020-04-14 12:32:48 -06:00
netbsd.cpp [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
no-arc-exception-silence.m
no-canonical-prefixes.c Partially revert rC365414; `ln -n` is not portable 2019-07-26 20:09:37 +00:00
no-common.c Recommit #2 "[Driver] Default to -fno-common for all targets" 2020-03-09 19:57:03 +00:00
no-integrated-as-win.c
no-integrated-as.c [MSP430] Provide a toolchain description 2019-01-15 19:44:05 +00:00
no-integrated-as.s [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
no-objc-arr.m
no-objc-default-synthesize-properties.m
no-sibling-calls.c
nodefaultlib.c [Driver][Gnu] Support -nolibc flag 2019-02-17 02:42:48 +00:00
noexecstack.c
noinline.c
nolibc.c [Driver][Gnu] Support -nolibc flag 2019-02-17 02:42:48 +00:00
noprofilelib.c [Driver] -noprofilelib flag 2019-07-11 19:06:38 +00:00
nostdincxx.cpp Replace lit feature keyword 'non-ms-sdk' with 'ms-sdk'; eliminate 2019-05-10 13:40:17 +00:00
nostdlib.c Reland r311836 - [Driver] Use arch type to find compiler-rt libraries (on Linux) 2017-08-28 20:29:52 +00:00
nostdlibinc.c
nostdlibxx.cpp [Driver] Also obey -nostdlib++ when rewriting -lstdc++. 2018-12-18 23:29:35 +00:00
nozlibcompress.c Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways 2019-05-10 18:32:53 +00:00
objc++-cpp-output.mm
objc-convert-messages-to-runtime-calls.m Convert some ObjC msgSends to runtime calls. 2018-12-08 05:13:50 +00:00
objc-cpp-output.m
objc-sdk-migration-options.m
objc-weak.m [driver][darwin] Take the OS version specified in "-target" as the target 2017-12-19 19:05:04 +00:00
offloading-interoperability.c [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 change 2020-01-21 17:03:00 -05:00
openbsd.c Default to -fuse-init-array 2019-12-12 10:32:56 -08:00
openbsd.cpp Some improvements to the OpenBSD driver. 2018-10-11 16:13:44 +00:00
opencl.cl Consolidate internal denormal flushing controls 2020-01-17 20:09:53 -05:00
openmp-offload-gpu.c [Clang][OpenMP Offload] Add new tool for wrapping offload device binaries 2019-10-09 20:42:58 +00:00
openmp-offload.c [Clang][Driver] Disable llvm passes for the first host OpenMP offload compilation 2020-01-30 10:16:41 -08:00
openmp-unsupported-debug-options.c Fix tests after rC357150 2019-03-28 08:41:17 +00:00
opt-record.c Revert "[Remarks][Driver] Use different remark files when targeting multiple architectures" 2019-11-18 10:52:41 -08:00
option-aliases.c [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 change 2020-01-21 17:03:00 -05:00
output-file-cleanup.c Revert "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug ..." 2020-02-06 17:59:15 -08:00
output-file-is-dir.c
parse-progname.c [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
pch-deps.c
phases.c
pic.c [Driver] Explicitly request platform rtlib in the Driver pic test 2019-05-01 16:52:45 +00:00
ppc-abi.c [PowerPC] Default ppc64 linux-gnu/freebsd to -fno-PIC 2020-01-07 15:09:22 -08:00
ppc-dependent-options.cpp [PowerPC] Refactor ppcUserFeaturesCheck() 2020-04-17 15:19:46 -05:00
ppc-endian.c
ppc-f128-support-check.c [PowerPC] The __float128 type should only be available on Power9 2018-06-13 16:05:05 +00:00
ppc-features.cpp [Driver][PowerPC] Move powerpcspe logic from cc1 to Driver 2020-01-10 11:43:17 -08:00
ppc-inlineasm-sf.c [PowerPC] Fix issue with inline asm - soft float mode 2019-04-02 11:00:09 +00:00
ppc-unsupported.c [PowerPC] Add clang -msvr4-struct-return for 32-bit ELF 2020-04-21 20:17:25 -05:00
prefixed-tools.c
preprocess-multiple.c
preprocessor.c
preserve-as-comments.c
preserve-uselistorder.c
print-effective-triple.c [Driver] -print-target-triple and -print-effective-triple options 2018-08-16 00:22:03 +00:00
print-empty-prog-name.c Driver: fix an assertion with `-print-prog-name=` 2018-05-01 18:40:42 +00:00
print-file-name.c Fix test added in r361903 to work on Windows. 2019-05-29 09:20:01 +00:00
print-libgcc-file-name-clangrt.c Fix driver tests when `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR` is `ON` 2019-10-03 04:52:46 +00:00
print-libgcc-file-name-libgcc.c
print-multi-directory.c [test] Use --sysroot instead of -B in print-multi-directory.c 2018-10-03 18:24:05 +00:00
print-supported-cpus.c [Driver] Fix style issues of --print-supported-cpus after D63105 2019-06-29 01:24:36 +00:00
print-target-triple.c [Driver] -print-target-triple and -print-effective-triple options 2018-08-16 00:22:03 +00:00
ps4-analyzer-defaults.cpp Fix line endings. NFC 2019-07-08 22:35:30 +00:00
ps4-cpu-defaults.cpp
ps4-header-search.c
ps4-linker-non-win.c [clang] Get rid of "%T" expansions 2017-08-15 19:47:06 +00:00
ps4-linker-win.c [clang] Get rid of "%T" expansions 2017-08-15 19:47:06 +00:00
ps4-pic.c
ps4-runtime-flags.c Fix profiling options on PS4 target: 2020-03-16 16:52:47 -07:00
ps4-sdk-root.c
ps4cpu.c Make PS4 use -fno-use-init-array only as the ABI does not support .init_array. 2020-03-26 15:45:40 -07:00
qa_override.c
redundant-args.c
redzone.c
relax.c
relax.s
reloc-model.c
renderscript.rs
response-file-extra-whitespace.c
response-file.c
retain-comments-from-system-headers.c
rewrite-legacy-objc.m [Driver] Flip the CC1 default of -fdiagnostics-show-option 2020-03-31 21:59:27 -07:00
rewrite-map-files.c
rewrite-map-in-diagnostics.c Re-land Remove REQUIRES:shell from tests that pass for me on Windows 2019-09-10 20:15:45 +00:00
rewrite-objc.m [Driver] Flip the CC1 default of -fdiagnostics-show-option 2020-03-31 21:59:27 -07:00
riscv-abi.c [RISCV] Match GCC `-march`/`-mabi` driver defaults 2019-11-15 15:10:42 +00:00
riscv-arch.c [RISCV] Support experimental/unratified extensions 2020-04-09 18:04:22 +01:00
riscv-features.c [RISCV] Add support for save/restore of callee-saved registers via libcalls 2020-02-11 21:23:03 +00:00
riscv-fixed-x-register.c [RISCV] Add support for -ffixed-xX flags 2019-10-22 21:25:01 +01:00
riscv-gnutools.c [RISCV] Match GCC `-march`/`-mabi` driver defaults 2019-11-15 15:10:42 +00:00
riscv-sdata-warning.c [RISCV] Passing small data limitation value to RISCV backend 2020-03-20 11:03:51 +08:00
riscv32-toolchain-extra.c make ccabe93298 more robust 2020-04-05 13:07:50 -04:00
riscv32-toolchain.c Support -fuse-ld=lld for riscv 2020-02-26 10:20:20 +01:00
riscv64-toolchain-extra.c make ccabe93298 more robust 2020-04-05 13:07:50 -04:00
riscv64-toolchain.c [clang] Add missing FileCheck colons 2020-04-14 12:32:48 -06:00
rocm-detect.cl AMDGPU: Teach toolchain to link rocm device libs 2020-04-10 13:37:32 -04:00
rocm-device-libs.cl Remove dependency between test files. 2020-04-13 06:19:09 +02:00
rocm-not-found.cl AMDGPU: Teach toolchain to link rocm device libs 2020-04-10 13:37:32 -04:00
ropi-rwpi.c [ARM][CMSE] Implement CMSE attributes 2020-03-24 10:21:26 +00:00
rtti-options.cpp Do not enable RTTI with -fexceptions, for PS4 2018-05-18 23:32:01 +00:00
sanitize_unwind_tables.c Remove esan. 2019-03-11 20:23:40 +00:00
sanitizer-ld.c [Windows] Autolink with basenames and add libdir to libpath 2020-04-28 11:36:21 -07:00
save-stats.c Fix some tests that were failing on Windows 2018-04-20 15:33:44 +00:00
save-temps.c [test][clang][driver] Add required features. 2020-03-24 17:08:21 -04:00
solaris-header-search.cpp test/Driver: Add some --stdlib=platform, NFC. 2018-01-23 18:12:12 +00:00
solaris-ld-values.c [Driver] Properly use values-X[ca].o, values-xpg[46].o on Solaris 2019-08-05 14:06:16 +00:00
solaris-ld-values.cpp [Driver] Properly use values-X[ca].o, values-xpg[46].o on Solaris 2019-08-05 14:06:16 +00:00
solaris-ld.c [Driver] Don't pass --dynamic-linker to ld on Solaris 2019-07-16 11:06:43 +00:00
solaris-opts.c [Driver] Enable __cxa_atexit on Solaris 2019-07-17 08:37:00 +00:00
sparc-as.c [Sparc] Use the leon arch for Leon3's when using an external assembler 2018-05-24 06:16:02 +00:00
sparc-float.c
sparcv9-as.c
split-debug.c [DWARF5][SplitDwarf] Set default state for -fsplit-dwarf-inlining to be false. 2019-12-11 12:18:46 +03:00
split-debug.h Driver must return non-zero code on errors in command line 2017-05-24 14:57:17 +00:00
split-debug.s [Clang] Rename -split-dwarf-file to -split-dwarf-output 2019-06-15 14:07:43 +00:00
split-lto-unit.c Don't add -fsplit-lto-unit for thin LTO builds with PS4 and Darwin toolchains 2019-10-24 14:10:03 +03:00
split-stack-ld.c
stack-arg-probe.c Support for the mno-stack-arg-probe flag 2018-02-23 13:47:36 +00:00
stack-clash-protection.c Support -fstack-clash-protection for x86 2020-02-09 10:42:45 +01:00
stack-protector.c [Darwin] Enable -fstack-protector (back) by default with -ffreestanding 2017-09-05 23:50:58 +00:00
stack-size-section.c [Driver] Add flag enabling the function stack size section that was added in r319430 2018-01-08 13:42:26 +00:00
stackrealign.c
std.c
std.cpp [c++2a] Add option -std=c++2a to enable support for potential/transitional C++2a features 2017-07-16 00:23:04 +00:00
stdlibxx-isystem.cpp Reland 198fbcb8, "Driver: Don't look for libc++ headers in the install directory on Android.", which was reverted in b3249027. 2019-12-09 10:08:02 -08:00
sycl.c [SYCL] Driver option to select SYCL version 2020-03-07 18:28:54 +03:00
symbol-partition.c Relax test so that the clang binary doesn't need to be named "clang". 2019-06-07 20:26:47 +00:00
symbol-rewriter.c
sysroot-flags.c Revert rL301998: "Fix a bug that -isysroot is completely ignored on Unix" 2017-05-03 06:02:45 +00:00
sysroot.c
systemz-as.s
systemz-features.cpp
systemz-float-01.c [SystemZ] Support -msoft-float 2020-02-04 10:32:45 -05:00
systemz-float-02.c [SystemZ] Add 'REQUIRES:' or '-mtriple' to some newly added tests. 2020-02-04 10:52:10 -05:00
systemz-march.c [SystemZ] Support z15 processor name 2019-09-20 23:06:03 +00:00
target-abi-cc1as.s
target-as.s
target-override.c clang: Make tests using symlinks more consistent. 2020-04-05 12:56:41 -04:00
target-triple-deployment.c [driver][darwin] Pass -platform_version flag to the linker instead of the -<platform>_version_min flag 2019-12-17 10:26:32 -08:00
target.c
thinlto.c [Driver][test] Refactor LLVMgold tests 2020-02-07 22:37:11 -08:00
thinlto.cu [Driver][test] Refactor LLVMgold tests 2020-02-07 22:37:11 -08:00
thinlto_backend.c [clang] allow -fthinlto-index= without -x ir 2019-07-15 20:51:44 +00:00
thread-model.c
tls-size.c This option allows selecting the TLS size in the local exec TLS model, 2020-01-13 10:16:53 +00:00
tsan.c [Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3 2019-06-05 03:17:11 +00:00
types.c Reland the rest of "Add AIX Target Info" 2019-03-14 21:54:30 +00:00
unavailable_aligned_allocation.cpp Revert "[clang] Aligned allocation is actually supported in macosx 10.13" 2019-04-15 19:08:52 +00:00
unix-conformance.c [Driver] Make clang/cc conforms to UNIX standard 2017-11-10 01:32:47 +00:00
unknown-arg.c [Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation 2020-01-13 10:40:18 -05:00
unknown-gcc-arch.c
unknown-std.S
unknown-std.c Add a new language mode for C2x; enable [[attribute]] support by default in C2x. 2019-05-14 12:09:55 +00:00
unknown-std.cl [OpenCL] Renamed value of std flag in C++ mode. 2019-08-23 17:10:33 +00:00
unknown-std.cpp Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang 2020-02-18 16:16:37 -08:00
unsupported-faltivec.c
unsupported-option.c lld-link, clang: Treat non-existent input files as possible spellos for option flags 2019-05-23 17:58:33 +00:00
unsupported-target-arch.c
verbose-output-quoting.c Avoid assemble step in verbose-output-quoting.c 2019-09-04 17:10:18 +00:00
verify_pch.m
vfsoverlay.c
via-file-asm.c
virtual-function-elimination.cpp Reland: Dead Virtual Function Elimination 2019-10-17 09:58:57 +00:00
visibility.cpp
warning-options.cpp [clang] Get rid of "%T" expansions 2017-08-15 19:47:06 +00:00
warning-options_pedantic.cpp [Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation 2020-01-13 10:40:18 -05:00
wasm-toolchain-lto.c [WebAssembly] Use wasm-opt and LTO libraries when available. 2019-11-22 22:16:28 -08:00
wasm-toolchain.c [WebAssembly] -fwasm-exceptions enables reference-types 2019-11-13 19:44:11 -08:00
wasm-toolchain.cpp [WebAssembly] Modernize include path handling 2019-06-13 09:42:43 +00:00
wasm32-unknown-unknown.cpp [WebAssembly] clang-format (NFC) 2018-08-31 20:57:00 +00:00
wasm64-unknown-unknown.cpp [WebAssembly] clang-format (NFC) 2018-08-31 20:57:00 +00:00
watchos-version-min.c
whole-program-vtables.c Use -- to prevent the driver from confusing paths with flags, should fix Mac bot. 2017-09-13 21:49:17 +00:00
win-macho-unwind.c
windows-arm-minimal-arch.c [ADT] Normalize empty triple components 2018-08-08 22:23:57 +00:00
windows-cross.c [MinGW, CrossWindows] Allow passing -static together with -shared 2018-02-27 19:42:19 +00:00
windows-exceptions.cpp [MinGW] Use SEH by default on AArch64 2019-05-06 21:19:01 +00:00
windows-pic.cpp
windows-thumb.s
windows-wildcard-expansion.c
woa-fp.c [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer' 2019-07-20 22:50:50 +00:00
woa-restrict-it.c Remove -cc1 option "-backend-option". 2018-04-12 22:21:36 +00:00
working-directory-and-abs.c
working-directory.c Fix Driver/working-directory.c test 2019-10-15 18:04:18 +00:00
x86-malign-branch.c [Driver][X86] Add -mpad-max-prefix-size 2020-04-09 19:34:12 +08:00
x86-malign-branch.s [Driver][X86] Add -mpad-max-prefix-size 2020-04-09 19:34:12 +08:00
x86-march.c [X86] Support -march=tigerlake 2019-08-12 01:29:46 +00:00
x86-target-features.c [X86] Add tests to clang Driver to ensure that SLH/Retpoline features are not enabled with LVI-CFI 2020-04-14 10:47:27 -07:00
x86_64-nacl-defines.cpp
x86_features.c
x86_m16.c
xcore-opts.c Recommit #2 "[Driver] Default to -fno-common for all targets" 2020-03-09 19:57:03 +00:00