diff options
author | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2023-03-27 04:33:53 -0700 |
---|---|---|
committer | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2023-03-27 05:01:53 -0700 |
commit | 074f6fd61d382ff6bf108472ea701d214b02f64b (patch) | |
tree | db2237cc4871c1634b3cf910f25751da51a06a06 /clang/lib/Frontend/FrontendActions.cpp | |
parent | 5ca710ab148b0815c2b7b03fe2af643e637bbc7d (diff) | |
download | llvm-074f6fd61d382ff6bf108472ea701d214b02f64b.zip llvm-074f6fd61d382ff6bf108472ea701d214b02f64b.tar.gz llvm-074f6fd61d382ff6bf108472ea701d214b02f64b.tar.bz2 |
Revert "[C++20][Modules] Introduce an implementation module."
This reverts commit c6e9823724ef6bdfee262289ee34d162db436af0.
Reason: Broke the ASan buildbots, see https://reviews.llvm.org/D126959
(the original phabricator review) for more info.
Diffstat (limited to 'clang/lib/Frontend/FrontendActions.cpp')
-rw-r--r-- | clang/lib/Frontend/FrontendActions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp index 05d9fc82..2aae41f 100644 --- a/clang/lib/Frontend/FrontendActions.cpp +++ b/clang/lib/Frontend/FrontendActions.cpp @@ -759,8 +759,6 @@ static StringRef ModuleKindName(Module::ModuleKind MK) { return "Module Map Module"; case Module::ModuleInterfaceUnit: return "Interface Unit"; - case Module::ModuleImplementationUnit: - return "Implementation Unit"; case Module::ModulePartitionInterface: return "Partition Interface"; case Module::ModulePartitionImplementation: |