[PATCH] D108390: [flang] Refine output file generation

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 21 00:53:53 PDT 2021


Meinersbur added a comment.

In D108390#2958232 <https://reviews.llvm.org/D108390#2958232>, @awarzynski wrote:

>> Also ensure that `LLVM_LIT_ERRC_MESSAGES` is populated in standalone builds, like clang does.
>
> I think that we are missing some logic surrounding test configuration for standalone builds, so I'm not sure _where_ it should go. Could you take a look?

>From clang's `CMakeLists.txt`:

  if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
    ...
    include(GetErrcMessages)
    ...
    get_errc_messages(LLVM_LIT_ERRC_MESSAGES)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108390/new/

https://reviews.llvm.org/D108390



More information about the llvm-commits mailing list