[all-commits] [llvm/llvm-project] 45dead: [flang] Add one missing "llvm_" prefix to gtest_main
Michał Górny via All-commits
all-commits at lists.llvm.org
Sat Nov 5 11:49:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45dead4b8fe8d6981a5613b0204841da191a2e03
https://github.com/llvm/llvm-project/commit/45dead4b8fe8d6981a5613b0204841da191a2e03
Author: Michał Górny <mgorny at gentoo.org>
Date: 2022-11-05 (Sat, 05 Nov 2022)
Changed paths:
M flang/CMakeLists.txt
Log Message:
-----------
[flang] Add one missing "llvm_" prefix to gtest_main
The `target_link_libraries()` call operates on `gtest_main` rather than
`llvm_gtest_main`. I think it was missed while prefixing all the tools
in 38151a08c21e0cdacd52af03e4bdff258f0bac6f.
Differential Revision: https://reviews.llvm.org/D137080
More information about the All-commits
mailing list