aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/VirtualFileSystem.cpp
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2022-12-20 14:00:51 -0800
committerNick Desaulniers <ndesaulniers@google.com>2022-12-20 14:07:29 -0800
commitad99774a5f1b1f4466999da172f0e77006a06262 (patch)
tree32956d54053e3f8a6ede67339b49e112158a8a23 /llvm/lib/Support/VirtualFileSystem.cpp
parentd3663045fc5c323cb3156ac488bf7777bcb55e1c (diff)
downloadllvm-ad99774a5f1b1f4466999da172f0e77006a06262.zip
llvm-ad99774a5f1b1f4466999da172f0e77006a06262.tar.gz
llvm-ad99774a5f1b1f4466999da172f0e77006a06262.tar.bz2
[llvm][PassSupport] don't require passes to be default constructible
Quite a few passes are not default constructible. In order to properly support -{start|stop}-{before|after}= for these passes, we would like to continue to use INITIALIZE_PASS, but not necessarily provide a default constructor. Delete the default constructors of classes derived from SelectionDAGISel. Link: https://github.com/llvm/llvm-project/issues/59538 Reviewed By: efriedma Differential Revision: https://reviews.llvm.org/D140349
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions