[all-commits] [llvm/llvm-project] e91b23: [mac/arm] Fix test/Driver/darwin-sdk-version.c on ...
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Nov 20 19:33:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e91b2344ad7294c47d8b10b3a84e962bc3ed4160
https://github.com/llvm/llvm-project/commit/e91b2344ad7294c47d8b10b3a84e962bc3ed4160
Author: Nico Weber <thakis at chromium.org>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
M clang/test/Driver/darwin-sdk-version.c
Log Message:
-----------
[mac/arm] Fix test/Driver/darwin-sdk-version.c on arm macs
Two invocations in this test used `-m64`, which on an arm mac means
arm64 in the triple, not x86_64.
More information about the All-commits
mailing list