[PATCH] D114115: [Driver] Support for compressed debug info on Fuchsia

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 29 15:40:47 PDT 2022


phosek added a comment.

In D114115#3477967 <https://reviews.llvm.org/D114115#3477967>, @probinson wrote:

> Lit is aware of zlib's presence or absence, you could use `REQUIRES: zlib` (or you might factor that bit out into its own test with the REQUIRES).

I have moved that test to `clang/test/Driver/compress.c` which already has `REQUIRES: zlib`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114115



More information about the cfe-commits mailing list