Go to file
David Abdurachmanov db7bd1baa9
Add -latomic to LDFLAGS
We failed to link due to missing -latomic

/usr/bin/ld: tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/ClangdLSPServer.cpp.o: in function `std::__atomic_base<bool>::exchange(bool, std::memory_order)':
/usr/include/llvm/Support/FormatVariadic.h:148: undefined reference to `__atomic_exchange_1'

Again -lpthread not -pthread used.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-08-26 16:54:12 -07:00
tests Rebase to Clang 9.0.0 RC2 2019-08-24 08:02:08 -07:00
.gitignore Rebase to Clang 9.0.0 RC2 2019-08-24 08:02:08 -07:00
0001-Fix-Driver-modules.cpp-test-to-work-when-build-direc.patch Add missing patch 2019-08-25 12:41:30 -07:00
0001-Fix-isInSystemMacro-to-handle-pasted-macros.patch Fix for rhbz#1674031 2019-05-28 11:12:08 +00:00
0001-Fix-uninitialized-value-in-ABIArgInfo.patch Rebase to Clang 9.0.0 RC2 2019-08-24 08:02:08 -07:00
0001-ToolChain-Add-lgcc_s-to-the-linker-flags-when-using-.patch Fix compiling with -stdlib=libc++ 2019-02-25 21:17:07 +00:00
0002-Format-isInSystemMacro-after-D55782.patch Fix for rhbz#1674031 2019-05-28 11:12:08 +00:00
0002-gtest-reorg.patch 8.0.0rc1 2019-02-13 15:48:31 +00:00
0003-Fix-isInSystemMacro-in-presence-of-macro-and-pasted-.patch Fix for rhbz#1674031 2019-05-28 11:12:08 +00:00
clang.spec Add -latomic to LDFLAGS 2019-08-26 16:54:12 -07:00
sources Rebase to Clang 9.0.0 RC2 2019-08-24 08:02:08 -07:00