[all-commits] [llvm/llvm-project] 0ac597: [NFC] Move DXC driver tests
Chris B via All-commits
all-commits at lists.llvm.org
Thu Aug 18 14:07:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ac597f3cacf60479ffd36b03766fa7462dabd78
https://github.com/llvm/llvm-project/commit/0ac597f3cacf60479ffd36b03766fa7462dabd78
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-08-18 (Thu, 18 Aug 2022)
Changed paths:
M clang/unittests/Driver/CMakeLists.txt
A clang/unittests/Driver/DXCModeTest.cpp
A clang/unittests/Driver/SimpleDiagnosticConsumer.h
M clang/unittests/Driver/ToolChainTest.cpp
Log Message:
-----------
[NFC] Move DXC driver tests
The DXC driver tests don't really belong mixed in with the toolchain
tests. This pulls them out to their own file and moves the
SimpleDiagnosticConsumer into a header so it can be used by both DXC and
toolchain tests.
fast-forwarded.
More information about the All-commits
mailing list