<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - The --print-multiarch option outputs a target triple new in llvm / clang version 13 which seems at odds with gcc"
href="https://bugs.llvm.org/show_bug.cgi?id=52116">52116</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>The --print-multiarch option outputs a target triple new in llvm / clang version 13 which seems at odds with gcc
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>debohman@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org, neeilans@live.com, richard-llvm@metafoo.co.uk
</td>
</tr></table>
<p>
<div>
<pre>The new --print-multiarch option to clang outputs a target triple which seems
at odds with gcc's behavior and documentation.
The clang-13 documentation says:
-print-multiarch, --print-multiarch
Print the multiarch target triple
The gcc 11.2.0 documentation says:
-print-multiarch
Print the path to OS libraries for the selected multiarch, relative to some lib
subdirectory.
It is unclear to me the rationale for the clang-13 behavior. GCC outputs
nothing for this option, and clang outputs a target triple. Why the change in
clang-13?
This change breaks the configuration of recent Python builds using clang as the
compiler.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>