mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove GetDLLSuffix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cbae01606
commit
189c27e871
@ -113,14 +113,6 @@ namespace sys {
|
||||
/// @brief Return the executable file suffix.
|
||||
static StringRef GetEXESuffix();
|
||||
|
||||
/// Return the suffix commonly used on file names that contain a shared
|
||||
/// object, shared archive, or dynamic link library. Such files are
|
||||
/// linked at runtime into a process and their code images are shared
|
||||
/// between processes.
|
||||
/// @returns The dynamic link library suffix for the current platform.
|
||||
/// @brief Return the dynamic link library suffix.
|
||||
static StringRef GetDLLSuffix();
|
||||
|
||||
/// GetMainExecutable - Return the path to the main executable, given the
|
||||
/// value of argv[0] from program startup and the address of main itself.
|
||||
/// In extremis, this function may fail and return an empty path.
|
||||
|
@ -68,10 +68,6 @@ Path::isObjectFile() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
StringRef Path::GetDLLSuffix() {
|
||||
return &(LTDL_SHLIB_EXT[1]);
|
||||
}
|
||||
|
||||
void
|
||||
Path::appendSuffix(StringRef suffix) {
|
||||
if (!suffix.empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user