[PATCH] D101317: hurd: Fix i386 research path

Samuel Thibault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 27 09:22:26 PDT 2021


sthibaul added inline comments.


================
Comment at: clang/test/Driver/hurd.c:2
 // RUN: %clang -no-canonical-prefixes %s -### 2>&1 \
 // RUN:     --target=i386-pc-gnu \
 // RUN:     --sysroot=%S/Inputs/basic_hurd_tree \
----------------
MaskRay wrote:
> While we currently detects several aliases, it'd be good that clang driver doesn't need to do so.
> 
> i686-gnu may be preferred (matching the `lib/gcc/$triple` name).
Ok, updated so.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101317



More information about the cfe-commits mailing list