[PATCH] D135110: [NFC] [HLSL] Move common metadata to LLVMFrontend

David Stuttard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 03:16:59 PDT 2022


dstuttard added a comment.

I think that the reason we don't see the same failure for e.g. OpenACC is that there's a unittest/Frontend that requires OpenACC - if I comment out that subdir in the unittests/CMakeLists.txt it fails llvm-config test in the same way for OpenACC. Similarly, if I add FrontendHLSL as an LLVM_LINK_COMPONENT in unittests/Frontend/CMakeLists.txt (even though it isn't), the static lib is generated and llvm-lit llvm-config test passes.


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