[all-commits] [llvm/llvm-project] a1726e: [flang] Add dependency on libSemantics to libEvalu...
David Truby via All-commits
all-commits at lists.llvm.org
Thu Apr 9 08:42:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a1726e65bc1fdbd2800839e48e68cb4a68cc7092
https://github.com/llvm/llvm-project/commit/a1726e65bc1fdbd2800839e48e68cb4a68cc7092
Author: David Truby <david.truby at arm.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M flang/lib/Evaluate/CMakeLists.txt
Log Message:
-----------
[flang] Add dependency on libSemantics to libEvaluate.
When building flang with LLVM HEAD, the unittests fail to link with ld.bfd or
ld.gold due to a linker ordering issue. Adding libSemantics as a dependency to
libEvaluate seems to fix that issue.
Reviewed at: https://github.com/flang-compiler/f18/pull/1104
More information about the All-commits
mailing list