[PATCH] D63608: Remove some autoconf references from docs and comments
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 09:38:42 PDT 2019
lebedev.ri added a comment.
Nice cleanup!
================
Comment at: include/llvm/ADT/Triple.h:22
-/// Triple - Helper class for working with autoconf configuration names. For
/// historical reasons, we also call these 'triples' (they used to contain
----------------
this should stay
================
Comment at: include/llvm/ADT/Triple.h:40-42
-///
-/// See autoconf/config.guess for a glimpse into what configuration names
-/// look like in practice.
----------------
same, this isn't specific about llvm autoconf buildsystem, but more about triples in general
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63608/new/
https://reviews.llvm.org/D63608
More information about the llvm-commits
mailing list