]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Revert "Only permit use of ld.lld linker when the Clang compiler is used."
authorMatthias Maier <tamiko@43-1.org>
Fri, 15 Mar 2019 17:20:58 +0000 (12:20 -0500)
committerMatthias Maier <tamiko@43-1.org>
Mon, 18 Mar 2019 17:48:50 +0000 (12:48 -0500)
This reverts commit 7ca10c52d89ec0e201320acaa9b34822d47779df.

cmake/checks/check_02_compiler_features.cmake

index fae50833f9e47ff05b227b037ccce5ff05c8681d..d108cc47672f3a934d20b9157f0b2711551fe974 100644 (file)
@@ -460,11 +460,7 @@ CHECK_CXX_SOURCE_COMPILES(
   DEAL_II_COMPILER_HAS_FUSE_LD_GOLD)
 RESET_CMAKE_REQUIRED()
 
-#
-# The ld.lld linker is not compatible with GCC. So we only enable it when
-# the Clang compiler is used. See https://github.com/dealii/dealii/issues/7811
-#
-IF(DEAL_II_COMPILER_HAS_FUSE_LD_LLD AND CMAKE_CXX_COMPILER_ID MATCHES "Clang")
+IF(DEAL_II_COMPILER_HAS_FUSE_LD_LLD)
   ADD_FLAGS(DEAL_II_LINKER_FLAGS "-fuse-ld=lld")
 ELSEIF(DEAL_II_COMPILER_HAS_FUSE_LD_GOLD)
   ADD_FLAGS(DEAL_II_LINKER_FLAGS "-fuse-ld=gold")

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.