[all-commits] [llvm/llvm-project] 888d06: Move the test compiler setup in a common place. NFCI

Vassil Vassilev via All-commits all-commits at lists.llvm.org
Sat Nov 14 13:30:54 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 888d06dfb8b55c4fd41fa4febe22c6fc4111c118
      https://github.com/llvm/llvm-project/commit/888d06dfb8b55c4fd41fa4febe22c6fc4111c118
  Author: Vassil Vassilev <v.g.vassilev at gmail.com>
  Date:   2020-11-14 (Sat, 14 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

  Log 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




More information about the All-commits mailing list