Revert "[C++20] [Modules] [ClangScanDeps] Enable to print make-style dependency file...
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 10 Feb 2023 09:46:18 +0000 (17:46 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 10 Feb 2023 09:56:02 +0000 (17:56 +0800)
commit65f9719913eca9c7c72d1abf4eddab767abaebf6
tree62d1b746ba2ef506f31395df24fcbde01ff75199
parenta674a12dd57ef990fe7da4b46b00b441540a2e4a
Revert "[C++20] [Modules] [ClangScanDeps] Enable to print make-style dependency file within P1689 format (4/4)"

This reverts commit e1354763b6e641e45cc2371270883fcd26edf705.

There is a build failure in m68k-linux testing bot
(https://lab.llvm.org/buildbot/#/builders/192/builds/267), which is
weird. Revert this for now and look at the reasons.
clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
clang/test/ClangScanDeps/P1689.cppm
clang/tools/clang-scan-deps/ClangScanDeps.cpp