]> granicus.if.org Git - clang/commit
Revert 373538 and follow-ups 373549 and 373552.
authorNico Weber <nicolasweber@gmx.de>
Thu, 3 Oct 2019 02:38:43 +0000 (02:38 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 3 Oct 2019 02:38:43 +0000 (02:38 +0000)
commitc10a6a0580e007991d1e3c7e6cb120c6289d1f7c
tree9b1e2697324d6d333a5ee8f62a0437da33be28a0
parent5a376e2cb9be9cdb0146b7d5e4598554455bfb53
Revert 373538 and follow-ups 373549 and 373552.

They break tests on (at least) macOS.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373556 91177308-0d34-0410-b5e6-96231b3b80d8
32 files changed:
include/clang/Driver/Action.h
include/clang/Driver/Options.td
include/clang/Driver/Phases.h
include/clang/Driver/ToolChain.h
include/clang/Driver/Types.def
lib/Driver/Action.cpp
lib/Driver/CMakeLists.txt
lib/Driver/Driver.cpp
lib/Driver/Phases.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChains/InterfaceStubs.cpp [deleted file]
lib/Driver/ToolChains/InterfaceStubs.h [deleted file]
lib/Driver/Types.cpp
lib/Frontend/CompilerInvocation.cpp
test/InterfaceStubs/bad-format.cpp
test/InterfaceStubs/class-template-specialization.cpp
test/InterfaceStubs/conflict-type.ifs [deleted file]
test/InterfaceStubs/driver-test.c [deleted file]
test/InterfaceStubs/externstatic.c
test/InterfaceStubs/func.ifs [deleted file]
test/InterfaceStubs/function-template-specialization.cpp
test/InterfaceStubs/inline.c
test/InterfaceStubs/merge-conflict-test.c [deleted file]
test/InterfaceStubs/object-double.c [deleted file]
test/InterfaceStubs/object-float.c [deleted file]
test/InterfaceStubs/object.c [deleted file]
test/InterfaceStubs/object.cpp [new file with mode: 0644]
test/InterfaceStubs/object.ifs [deleted file]
test/InterfaceStubs/template-namespace-function.cpp
test/InterfaceStubs/weak.cpp
test/lit.cfg.py