[libcxx-commits] [PATCH] D89013: [libcxx] Support per-target __config_site in per-target runtime build

Sylvestre Ledru via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 25 03:50:20 PDT 2021


sylvestre.ledru added a comment.

@phosek
It was probably my fault (mix of different in-tree / out of tree builds)
Quick question, why the path to `__config_site` contains this triple
`x86_64-pc-linux-gnu`
(in `/usr/lib/llvm-14/include/x86_64-pc-linux-gnu/c++/v1/__config_site`)
when it is usually:
`x86_64-linux-gnu`
(does not contain `-pc`)
thanks?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89013



More information about the libcxx-commits mailing list