[llvm-bugs] [Bug 52283] New: Build on Fedora 34 fails due to `/usr/bin/as --defsym` with no value
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Oct 24 13:08:52 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=52283
Bug ID: 52283
Summary: Build on Fedora 34 fails due to `/usr/bin/as --defsym`
with no value
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: vonbrand at inf.utfsm.cl
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
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
```
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211024/05c03094/attachment.html>
More information about the llvm-bugs
mailing list