[libcxx-commits] [PATCH] D154869: [Flang] [FlangRT] Implement FlangRT library as solution to Flang's runtime LLVM integration
Eli Friedman via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 15 11:16:27 PDT 2023
efriedma added a comment.
The test changes look good to me.
================
Comment at: flang/lib/Decimal/CMakeLists.txt:52
-add_flang_library(FortranDecimal INSTALL_WITH_TOOLCHAIN
- binary-to-decimal.cpp
- decimal-to-binary.cpp
-)
+add_compile_options(-fPIC)
+
----------------
This `add_compile_options(-fPIC)` shouldn't be necessary?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154869/new/
https://reviews.llvm.org/D154869
More information about the libcxx-commits
mailing list