[all-commits] [llvm/llvm-project] 0b958f: [flang] Make tests depend on llvm-readobj not llvm...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Mar 16 09:39:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b958fe41182c9040499e629e24cbdd250d73bf7
https://github.com/llvm/llvm-project/commit/0b958fe41182c9040499e629e24cbdd250d73bf7
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
M flang/test/CMakeLists.txt
Log Message:
-----------
[flang] Make tests depend on llvm-readobj not llvm-readelf
d4320cb2a5ef1680e519fa6b7cfd3a2f88cfed16 fixed a regular build
issue by making the flang tests depend on llvm-readelf.
Turns out llvm-readelf is a symlink to llvm-readobj and for
whatever reason, doesn't have the right exports at the moment
to be picked up in a standalone build.
https://lab.llvm.org/buildbot/#/builders/175/builds/26448
Maybe we should fix that, but for now, just require llvm-readobj
instead.
More information about the All-commits
mailing list