[PATCH] D156330: [hexagon] restore library path arguments

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 26 14:56:40 PDT 2023


MaskRay added a comment.

In D156330#4536827 <https://reviews.llvm.org/D156330#4536827>, @bcain wrote:

> Fixed target: `--target=hexagon-unknown-linux` was not correct for testing this bug, it should have been `--target=hexagon-unknown-linux-musl`.
>
> Used `-fdriver-only -Werror` as suggested but it did require separating the tests.
>
> Quoted the library path arg, to make match from `-cc1` command stricter, from review suggestion.
>
> Fixed wrapping.

`-fdriver-only -v -Werror` is preferred because `-###` has a quirk. I hope we will fix it in the near future: D156363 <https://reviews.llvm.org/D156363> :) Your change doesn't need to be blocked by that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156330



More information about the cfe-commits mailing list