https://github.com/Meinersbur updated
https://github.com/llvm/llvm-project/pull/121997
>From a08aa48fb4955f9d16c6172580505c100076b5d4 Mon Sep 17 00:00:00 2001
From: Michael Kruse
Date: Tue, 7 Jan 2025 17:05:39 +0100
Subject: [PATCH 1/3] Join FortranDecimal into FortranCommon
---
clang/lib/Dri
https://github.com/Meinersbur updated
https://github.com/llvm/llvm-project/pull/121997
>From a08aa48fb4955f9d16c6172580505c100076b5d4 Mon Sep 17 00:00:00 2001
From: Michael Kruse
Date: Tue, 7 Jan 2025 17:05:39 +0100
Subject: [PATCH 1/2] Join FortranDecimal into FortranCommon
---
clang/lib/Dri
klausler wrote:
can you accomplish your goals while leaving the binary/decimal package's
sources and headers in their own directory? they constitute a stand-alone
package that would lose its identity if the files were to be scattered
elsewhere.
https://github.com/llvm/llvm-project/pull/12199
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 8f17c908e3858c0a2a9b1bed3f6506fec3c6f910
a08aa48fb4955f9d16c6172580505c100076b5d4 --e
https://github.com/Meinersbur created
https://github.com/llvm/llvm-project/pull/121997
Dissolve the library `FortranDecimal` which consists of only two source files.
It was used in two ways:
1. As an auxiliary library needed for `libFortranRuntime.a`. This patch adds
the two source files of F