[PATCH] D101317: hurd: Fix i386 research path
    Fangrui Song via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Apr 27 09:00:27 PDT 2021
    
    
  
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
`i386-gnu` no longer exists? That's great.
================
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 \
----------------
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).
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