[all-commits] [llvm/llvm-project] 413995: [CodeView][Test] Fix module build by removing unus...

Steven Wu via All-commits all-commits at lists.llvm.org
Fri Dec 9 12:16:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 413995938d521032ba30c62dee738a2db7d1f1e8
      https://github.com/llvm/llvm-project/commit/413995938d521032ba30c62dee738a2db7d1f1e8
  Author: Steven Wu <stevenwu at apple.com>
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
    M llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp

  Log Message:
  -----------
  [CodeView][Test] Fix module build by removing unused header

Remove unnecessary header from CodeView unittest. The unused PDB header
include has a dependency on Object -> Bitcode -> intrinsics_gen, which
will fail the module build because the module needed to build the tests
rely on the intrinsics gen.

Reviewed By: aprantl

Differential Revision: https://reviews.llvm.org/D139724




More information about the All-commits mailing list