Mikhail Novosyolov
|
b71cbaa7a0
|
Set R(UN)PATH to fix running
```
[user@rosa2019 tmp]$ /opt/llvm11/bin/clang c.c
/opt/llvm11/bin/clang: error while loading shared libraries: libclang-cpp.so.11: cannot open shared object file: No such file or directory
[user@rosa2019 tmp]$ LD_LIBRARY_PATH=/opt/llvm11/lib64 /opt/llvm11/bin/clang c.c
[user@rosa2019 tmp]$ ./a.out
[user@rosa2019 tmp]$
```
|
2021-01-20 15:17:50 +03:00 |
|
Mikhail Novosyolov
|
c0c17f776c
|
Remove duplicates from files
```
+ /usr/share/spec-helper/clean_files /builddir/build/BUILDROOT/llvm11-11.0.1-1-rosa2016.1.i586-buildroot/opt/llvm11/share/doc/llvm11
error: File listed twice: /opt/llvm11/bin/llvm-config
error: File listed twice: /opt/llvm11/lib/libLTO.so
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/llvm11-11.0.1-1-rosa2016.1.i586-buildroot
RPM build errors:
File listed twice: /opt/llvm11/bin/llvm-config
File listed twice: /opt/llvm11/lib/libLTO.so
Child returncode was: 1
```
|
2021-01-20 14:59:27 +03:00 |
|
Mikhail Novosyolov
|
26209c435c
|
Build inside /opt/llvm11 for platforms where main LLVM version is older
Macros are not needed here, use them from the main package
+ update from 11.0.0 to 11.0.1
|
2021-01-20 13:32:48 +03:00 |
|