The removal of the early return in 96832a6bf7e0e7f1e8d634d38c44a1b32d512923
was an error: it would include the 'standalone' library that's not used
by linux.
Instead we reproduce the library path handling in the linux/musl block.
Differential D156771
[clang][hexagon] Handle library path arguments earlier bcain on Jul 31 2023, 7:54 PM. Authored by
Details The removal of the early return in 96832a6bf7e0e7f1e8d634d38c44a1b32d512923 Instead we reproduce the library path handling in the linux/musl block.
Diff Detail
Event TimelineComment Actions (After D156363, newer tests can use -### -Werror instead of -fdriver-only -v -Werror :) ) Comment Actions Changed test to use -Werror -### instead of -fdriver-only -v -Werror. Fixed indentation / clang-format. |