[all-commits] [llvm/llvm-project] 54e655: Reland "Move the test compiler setup in a common p...
Vassil Vassilev via All-commits
all-commits at lists.llvm.org
Mon Nov 16 05:23:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 54e655b3f8dc1d005655d9138880f3823d58224f
https://github.com/llvm/llvm-project/commit/54e655b3f8dc1d005655d9138880f3823d58224f
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M clang/unittests/CodeGen/BufferSourceTest.cpp
M clang/unittests/CodeGen/CodeGenExternalTest.cpp
M clang/unittests/CodeGen/IncrementalProcessingTest.cpp
M clang/unittests/CodeGen/TBAAMetadataTest.cpp
A clang/unittests/CodeGen/TestCompiler.h
Log Message:
-----------
Reland "Move the test compiler setup in a common place. NFCI"
Original commit message: "
Move the test compiler setup in a common place. NFCI
This patch reduces the copy paste in the unittest/CodeGen folder by moving the
common compiler setup phase in a header file.
Differential revision: https://reviews.llvm.org/D91061
"
This patch includes a fix for the memory leaks pointed out by @vitalybuka
More information about the All-commits
mailing list