[all-commits] [llvm/llvm-project] a560d2: [unittests] Add missing includes (#65681)
Zero Omega via All-commits
all-commits at lists.llvm.org
Fri Sep 8 12:10:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a560d219dbecbd3489c5ab25ee0cfeb3fb761bc3
https://github.com/llvm/llvm-project/commit/a560d219dbecbd3489c5ab25ee0cfeb3fb761bc3
Author: Zero Omega <haowei at google.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp
M llvm/unittests/TextAPI/TextStubHelpers.h
Log Message:
-----------
[unittests] Add missing includes (#65681)
There are missing include and using in TextStubTests and
AsmPrinterDwarfTest and they causes build failures when using vanilla
GoogleTest v1.14.0. This patch fixes this issue.
More information about the All-commits
mailing list