[PATCH] D135110: [NFC] [HLSL] Move common metadata to LLVMFrontend
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 15:11:24 PDT 2022
mstorsjo added a comment.
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`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135110/new/
https://reviews.llvm.org/D135110
More information about the llvm-commits
mailing list