aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/FrontendAction.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-10-11 16:11:21 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2022-10-11 17:46:20 -0500
commitadf36ea328910ce019893b426aac044bab166e73 (patch)
tree26d4f9256eab5f89af4201b53e43fa1a76ac0718 /clang/lib/Frontend/FrontendAction.cpp
parentef25a217266aaf3b6df68ac155537e3a1171dccf (diff)
downloadllvm-adf36ea328910ce019893b426aac044bab166e73.zip
llvm-adf36ea328910ce019893b426aac044bab166e73.tar.gz
llvm-adf36ea328910ce019893b426aac044bab166e73.tar.bz2
[Clang] Do not build the OffloadActionBuilder when using the new driver
The Offloading toolchain currently has two methods for construction the requires actions. The "new" driver and the old `OffloadActionBuilder`. Using either one is mutually exclusive, so we should not initialize this when using the new driver. This was causing some error messages to be printed multiple times because we were checking them in both the old and the new driver. Reviewed By: tra Differential Revision: https://reviews.llvm.org/D135715
Diffstat (limited to 'clang/lib/Frontend/FrontendAction.cpp')
0 files changed, 0 insertions, 0 deletions