llvm-project/clang/include
Vedant Kumar 18286cfb74 Retry: [Driver] Compute effective target triples once per job (NFCI)
Compute an effective triple once per job. Cache the triple in the
prevailing ToolChain for the duration of the job.

Clients which need effective triples now look them up in the ToolChain.
This eliminates wasteful re-computation of effective triples (e.g in
getARMFloatABI()).

While we're at it, delete MachO::ComputeEffectiveClangTriple. It was a
no-op override.

Differential Revision: https://reviews.llvm.org/D22596

llvm-svn: 276937
2016-07-27 23:02:20 +00:00
..
clang Retry: [Driver] Compute effective target triples once per job (NFCI) 2016-07-27 23:02:20 +00:00
clang-c [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
CMakeLists.txt