leonardchan added a comment.

Also, this probably isn't very important, but just as a heads up: if we were to 
depend on the environment component in the triple as the flag for selecting 
which multilib to use, then the multilib would be stored in a directory 
containing that environment.

So assuming we would check for the flag `-target x86_64-fuchsia-gnu` the 
multilib path would be something like:

  ${BUILD_DIR}/bin/../lib/x86_64-fuchsia-gnu/c++/compat+noexcept/

rather than

  ${BUILD_DIR}/bin/../lib/x86_64-fuchsia/c++/compat+noexcept/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93668

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to