[cfe-dev] Get the actual name of a library from its file

Dimitar Dobrev via cfe-dev cfe-dev at lists.llvm.org
Sun Nov 22 11:39:33 PST 2020


Hello everyone,


I'm looking for a function in Clang/LLVM which can get me the actual 
name of a library from its file. For example, if I have a file called 
"libtest.so.1.0.1", I'd like to get "test". You can think of it as the 
name of the library required for passing to a linker.


Regards,

Dimitar Dobrev




More information about the cfe-dev mailing list