[all-commits] [llvm/llvm-project] c43aa4: [UnitTest] Attempt to fix link to DataLayoutTest_U...
David Green via All-commits
all-commits at lists.llvm.org
Thu Sep 28 09:18:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c43aa466b8980e620fd27404ca2ba60210b76111
https://github.com/llvm/llvm-project/commit/c43aa466b8980e620fd27404ca2ba60210b76111
Author: David Green <david.green at arm.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M llvm/unittests/IR/CMakeLists.txt
Log Message:
-----------
[UnitTest] Attempt to fix link to DataLayoutTest_UEFI_Test
This is failing in a few buildbots to link due to missing references to
undefined reference to llvm::Triple::Triple from DataLayoutTest_UEFI_Test.
Attempt to fix them by adding the TargetParser lib for IR unit tests.
More information about the All-commits
mailing list