Link to libatomic
[..] /usr/bin/ld: lib/Pass/CMakeFiles/obj.MLIRPass.dir/Pass.cpp.o: in function `std::__atomic_base<bool>::compare_exchange_strong(bool&, bool, std::memory_order, std::memory_order)': /usr/include/c++/12/bits/atomic_base.h:560: undefined reference to `__atomic_compare_exchange_1' /usr/bin/ld: /usr/include/c++/12/bits/atomic_base.h:560: undefined reference to `__atomic_compare_exchange_1' /usr/bin/ld: /usr/include/c++/12/bits/atomic_base.h:560: undefined reference to `__atomic_compare_exchange_1' /usr/bin/ld: /usr/include/c++/12/bits/atomic_base.h:560: undefined reference to `__atomic_compare_exchange_1' [..] Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
4469d76e34
commit
642f2f6a51
11
mlir.spec
11
mlir.spec
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: mlir
|
Name: mlir
|
||||||
Version: %{mlir_version}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{mlir_version}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 3.0.riscv64%{?dist}
|
Release: 3.1.riscv64%{?dist}
|
||||||
Summary: Multi-Level Intermediate Representation Overview
|
Summary: Multi-Level Intermediate Representation Overview
|
||||||
|
|
||||||
License: Apache-2.0 WITH LLVM-exception
|
License: Apache-2.0 WITH LLVM-exception
|
||||||
@ -60,8 +60,12 @@ MLIR development files.
|
|||||||
# remove all but keep mlir
|
# remove all but keep mlir
|
||||||
find ../* -maxdepth 0 ! -name '%{name}' -exec rm -rf {} +
|
find ../* -maxdepth 0 ! -name '%{name}' -exec rm -rf {} +
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
%ifarch riscv64
|
||||||
|
export LDFLAGS="%__global_ldflags -Wl,--no-as-needed -latomic -Wl,--as-needed"
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake -GNinja \
|
%cmake -GNinja \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCMAKE_SKIP_RPATH=ON \
|
-DCMAKE_SKIP_RPATH=ON \
|
||||||
@ -123,6 +127,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
|
|||||||
%{_libdir}/cmake/mlir
|
%{_libdir}/cmake/mlir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 09 2022 David Abdurachmanov <davidlt@rivosinc.com> - 15.0.0-3.1.riscv64
|
||||||
|
- Link to libatomic
|
||||||
|
|
||||||
* Sat Oct 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 15.0.0-3.0.riscv64
|
* Sat Oct 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 15.0.0-3.0.riscv64
|
||||||
- Disable LTO on riscv64
|
- Disable LTO on riscv64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user