diff options
author | Alex Lorenz <arphaman@gmail.com> | 2018-12-17 19:30:46 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2018-12-17 19:30:46 +0000 |
commit | 9b20a998236b65d84255a98a5ba5f293c87d57b8 (patch) | |
tree | 1fabab80ac449f6f27c1d4868cbbc3708650025f /lldb/packages/Python/lldbsuite/test/python_api/value/main.c | |
parent | d18f17e587961d06468f670d7179a466a0f22473 (diff) | |
download | bcm5719-llvm-9b20a998236b65d84255a98a5ba5f293c87d57b8.tar.gz bcm5719-llvm-9b20a998236b65d84255a98a5ba5f293c87d57b8.zip |
[darwin][arm64] use the "cyclone" CPU for Darwin even when `-arch`
is not specified
The -target option allows the user to specify the build target using LLVM
triple. The triple includes the arch, and so the -arch option is redundant.
This should work just as well without the -arch. However, the driver has a bug
in which it doesn't target the "Cyclone" CPU for darwin if -target is used
without -arch. This commit fixes this issue.
rdar://46743182
Differential Revision: https://reviews.llvm.org/D55731
llvm-svn: 349382
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/main.c')
0 files changed, 0 insertions, 0 deletions