[PATCH] D135110: [NFC] [HLSL] Move common metadata to LLVMFrontend
Mariusz Sikora via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 18 02:33:33 PDT 2022
mariusz-sikora-at-amd added a comment.
In D135110#3859844 <https://reviews.llvm.org/D135110#3859844>, @mstorsjo wrote:
> I don't quite know why, but it seems like this new library breaks tests of llvm-config; if I start out with an empty build directory and run `ninja check-llvm` (or `ninja llvm-test-depends`), then this library doesn't get built, and llvm-config prints `llvm-config: error: missing: $HOME/code/llvm-project/llvm/build/lib/libLLVMFrontendHLSL.a` - and that breaks `tools/llvm-config/booleans.test` and `tools/llvm-config/system-libs.test`.
I see the same issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135110/new/
https://reviews.llvm.org/D135110
More information about the cfe-commits
mailing list