<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 - Build on Fedora 34 fails due to `/usr/bin/as --defsym` with no value"
href="https://bugs.llvm.org/show_bug.cgi?id=52283">52283</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Build on Fedora 34 fails due to `/usr/bin/as --defsym` with no value
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>release blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vonbrand@inf.utfsm.cl
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>This is Fedora 34 on x86_64, up to date, `as` from
binutils-2.35.2-6.fc34.x86_64. Repository cloned at
llvmorg-14-init-7538-ga709787cd988.
Build fails with:
```
/usr/bin/as --defsym VISIBILITY_HIDDEN --defsym _GNU_SOURCE --defsym
__STDC_CONSTANT_MACROS --defsym __STDC_FORMAT_MACROS --defsym
__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/builtins
-I/home/vonbrand/tmp/LLVM/llvm-project/compiler-rt/lib/builtins -Iinclude
-I/home/vonbrand/tmp/LLVM/llvm-project/llvm/include -fPIC -O3 -DNDEBUG -m32
-fno-lto -std=c11 --MD
projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/ashldi3.S.o.d
-o
projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/ashldi3.S.o
-c /home/vonbrand/tmp/LLVM/llvm-project/compiler-rt/lib/builtins/i386/ashldi3.S
Assembler messages:
Fatal error: bad defsym; format is --defsym name=value
```</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>