available.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18904
91177308-0d34-0410-b5e6-
96231b3b80d8
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "so";
-}
-
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "dll.a";
-}
-
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "dylib";
-}
-
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "so";
-}
-
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "dll";
-}
-
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "so";
-}
-
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
//===----------------------------------------------------------------------===//
#include "llvm/System/Path.h"
+#include "llvm/Config/config.h"
#include <cassert>
namespace llvm {
return sys::Path();
}
+std::string
+Path::GetDLLSuffix() {
+ return LTDL_SHLIB_EXT;
+}
+
}
// Include the truly platform-specific parts of this class.
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "so";
-}
-
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "dll";
-}
-
static void getPathList(const char*path, std::vector<sys::Path>& Paths) {
const char* at = path;
const char* delim = strchr(at, ';');
return result;
}
-std::string
-Path::GetDLLSuffix() {
- return "dll";
-}
-
static void getPathList(const char*path, std::vector<sys::Path>& Paths) {
const char* at = path;
const char* delim = strchr(at, ';');