[all-commits] [llvm/llvm-project] 2be401: [libc++] Reimplement platform detection features w...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Jul 8 11:05:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2be4014fe6005e310b9e24c88d407c7a14eb625e
https://github.com/llvm/llvm-project/commit/2be4014fe6005e310b9e24c88d407c7a14eb625e
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M libcxx/utils/libcxx/test/features.py
Log Message:
-----------
[libc++] Reimplement platform detection features without running on the test host
It's sufficient to sniff the platform we're running on using the compiler
macros -- we don't need to run any code.
More information about the All-commits
mailing list