[Clang] When -ftime-trace is used, clean CompilerInstance::OutputFiles before exiting...
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Wed, 12 Feb 2020 18:02:51 +0000 (13:02 -0500)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Wed, 12 Feb 2020 22:02:57 +0000 (17:02 -0500)
commit60cba345ca395ea991d7f2596c4a93439fbf9924
tree1008fa7ea198aa41c92f5db575c0b0f04608a13a
parent10382ebe8f3f8e5df3b163fc0026b300d6274b2c
[Clang] When -ftime-trace is used, clean CompilerInstance::OutputFiles before exiting cc_main()

This fixes cc1 execution when '-disable-free' is not used (currently not the case, that flag is always used for cc1).
clang/tools/driver/cc1_main.cpp