This patch reduces the copy paste in the unittest/CodeGen folder by moving the common compiler setup phase in a header file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91061
Move the test compiler setup in a common place. NFCI ClosedPublic Authored by v.g.vassilev on Nov 9 2020, 2:33 AM.
Details Summary This patch reduces the copy paste in the unittest/CodeGen folder by moving the common compiler setup phase in a header file.
Diff Detail
Event Timelinev.g.vassilev created this revision. This revision is now accepted and ready to land.Nov 10 2020, 11:53 AM Closed by commit rG888d06dfb8b5: Move the test compiler setup in a common place. NFCI (authored by v.g.vassilev). · Explain WhyNov 14 2020, 1:30 PM This revision was automatically updated to reflect the committed changes. vitalybuka added a reverting change: rG6c185acfffc1: Revert "Move the test compiler setup in a common place. NFCI".Nov 16 2020, 4:21 AM This revision is now accepted and ready to land.Nov 16 2020, 4:23 AM Closed by commit rG54e655b3f8dc: Reland "Move the test compiler setup in a common place. NFCI" (authored by v.g.vassilev). · Explain WhyNov 16 2020, 5:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 305483 clang/unittests/CodeGen/BufferSourceTest.cpp
clang/unittests/CodeGen/CodeGenExternalTest.cpp
clang/unittests/CodeGen/IncrementalProcessingTest.cpp
clang/unittests/CodeGen/TBAAMetadataTest.cpp
clang/unittests/CodeGen/TestCompiler.h
|