aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Driver/ToolChainTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-10-27[clang][driver] Remove dynamic gcc-toolset/devtoolset logicTimm Bäder1-92/+0
2022-07-16[test] Fix memory leak in validateTargetProfileVitaly Buka1-43/+48
2022-07-16[test] Don't leak DerivedArgList in testVitaly Buka1-6/+10
2022-06-13[clang][driver] fix to correctly set devtoolset on RHELQuinn Pham1-10/+10
2022-06-09[clang][tests] Add missing compiler nameTimm Bäder1-2/+2
2022-06-03[clang][driver] Dynamically select gcc-toolset/devtoolsetTimm Bäder1-0/+91
2022-05-31[HLSL][clang][Driver] Parse target profile early to update Driver::TargetTriple.Xiang Li1-104/+55
2022-05-23Revert "[clang][driver] Dynamically select gcc-toolset/devtoolset version"Timm Bäder1-88/+0
2022-05-23[clang][driver] Dynamically select gcc-toolset/devtoolset versionTimm Bäder1-0/+88
2022-04-30ClangDriverTests:ToolChainTest.cpp: Fix warnings. [-Wsign-compare]NAKAMURA Takumi1-5/+5
2022-04-29[HLSL][clang][Driver] Support validator version command line option.python3kgae1-25/+129
2022-04-15Blind stab in the dark to fix a bot failureChris Bieneman1-0/+2
2022-04-15[HLSL][clang][Driver] Support target profile command line option.Xiang Li1-0/+143
2021-12-09[clang] Fix a misadjusted path style comparison in a unittestMartin Storsjö1-1/+1
2021-10-29Support: Use sys::path::is_style_{posix,windows}() in a few placesDuncan P. N. Exon Smith1-9/+6
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-09-07[clang][Driver] Pick the last --driver-mode in case of multiple onesKadir Cetinkaya1-0/+7
2021-07-27[clang][driver] NFC: Expose InputInfo in Job instead of plain filenamesJan Svoboda1-2/+2
2021-03-19[Driver] Stop searching other prefixes once a GCC installation is found in on...Fangrui Song1-19/+63
2020-11-05[Driver] Add callback to Command executionSerge Pavlov1-0/+24
2020-10-08[Driver] Add output file to properties of CommandSerge Pavlov1-0/+30
2020-09-11[flang][driver] Add the new flang compiler and frontend driversCaroline Concatto1-5/+5
2019-09-28Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-7/+7
2018-08-06[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi1-1/+1
2018-07-26Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner1-1/+1
2018-07-26[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi1-1/+1
2018-07-11Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu1-1/+1
2018-07-11[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi1-1/+1
2018-04-27s/LLVM_ON_WIN32/_WIN32/, clangNico Weber1-2/+2
2017-08-29Use class to pass information about executable nameSerge Pavlov1-0/+96
2017-06-30[Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer1-0/+11
2017-05-24Driver must return non-zero code on errors in command lineSerge Pavlov1-5/+16
2017-04-18Testing commit access.Manoj Gupta1-1/+1
2016-08-12[Driver] Set the default driver mode based on the executable.Zachary Turner1-0/+25
2015-10-27Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.Samuel Antao1-4/+4
2015-10-13[Driver] Use the parent_path of the clang executable as the default InstalledDirBenjamin Kramer1-2/+41
2015-10-09Fix VFS GCC unittest on WindowsReid Kleckner1-0/+3
2015-10-09[VFS] Wire up multilib toolchain code to the VFS.Benjamin Kramer1-3/+7
2015-10-07[VFS] Port driver tool chains to VFS.Benjamin Kramer1-0/+74