[PATCH] D74256: [AIX] Change host detection to return correct 32/64-bit triple

Steven Wan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 08:38:07 PST 2020


stevewan added inline comments.


================
Comment at: llvm/cmake/modules/GetHostTriple.cmake:29
       endif( NOT TT_RV EQUAL 0 )
-      # Defer to dynamic detection of the host AIX version.
-      string(REGEX REPLACE "-aix[0-9][^-]*" "-aix" value ${TT_OUT})
----------------
Since the added code implies the same, I'd suggest that we keep and move this comment to the new code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74256





More information about the llvm-commits mailing list