summaryrefslogtreecommitdiff
path: root/unittests/Driver
Commit message (Expand)AuthorAgeFilesLines
* Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov2019-09-281-1/+1
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [Driver] Support priority for multilibsPetr Hosek2019-04-271-0/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [Distro] Support detecting GentooMichal Gorny2018-12-231-0/+36
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-102-19/+19
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-08-061-1/+1
* Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner2018-07-261-1/+1
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-261-1/+1
* Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu2018-07-111-1/+1
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-111-1/+1
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-2/+2
* Add a unit test for Driver::getDefaultModuleCachePath().Adrian Prantl2018-02-122-0/+29
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Use class to pass information about executable nameSerge Pavlov2017-08-292-0/+97
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-301-0/+11
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-241-5/+16
* Testing commit access.Manoj Gupta2017-04-181-1/+1
* Fix shared library build after r291938 by adding missing dependency on libOptionDavid Blaikie2017-01-131-0/+1
* [Driver] Add unit tests for Distro detectionMichal Gorny2016-11-282-0/+306
* [Driver] Set the default driver mode based on the executable.Zachary Turner2016-08-121-0/+25
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.Samuel Antao2015-10-271-4/+4
* [Driver] Use the parent_path of the clang executable as the default InstalledDirBenjamin Kramer2015-10-131-2/+41
* Fix VFS GCC unittest on WindowsReid Kleckner2015-10-091-0/+3
* [VFS] Wire up multilib toolchain code to the VFS.Benjamin Kramer2015-10-091-3/+7
* Fix a shared CMake build by linking with libclangBasic.Benjamin Kramer2015-10-071-0/+1
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-072-0/+75
* Update unit test for r232916.Benjamin Kramer2015-03-221-7/+3
* [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...Argyrios Kyrtzidis2014-07-112-32/+0
* [Driver/Unittests] Follow up for r212666, add unit test for the newly exposed...Argyrios Kyrtzidis2014-07-102-0/+32
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-041-2/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Add Multilib selection machineryJonathan Roelofs2014-02-123-0/+383
* Revert 201202Jonathan Roelofs2014-02-123-383/+0
* Add Multilib selection machineryJonathan Roelofs2014-02-123-0/+383