[llvm-branch-commits] [flang] [llvm] [Flang] Move runtime library files to clang-rt. NFC (PR #110298)

Michael Kruse via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Oct 17 02:56:10 PDT 2024


Meinersbur wrote:

Removed the library name (`flang_rt`, `CufRuntime`) from the include paths and put the CufRuntime file into a CUDA subdirectory.

IMHO this violates the basic convention that when including a header file, the path indicates what library you will have to link to. E.g. with `#include <llvm/Support/Base64.h>`, you will have to link to `-lLLVMSupport`.

https://github.com/llvm/llvm-project/pull/110298


More information about the llvm-branch-commits mailing list