mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Don't look at $PWD in GetCurrentDirectory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136477 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a28748360
commit
2b9c50776a
@ -251,9 +251,6 @@ Path::GetUserHomeDirectory() {
|
|||||||
|
|
||||||
Path
|
Path
|
||||||
Path::GetCurrentDirectory() {
|
Path::GetCurrentDirectory() {
|
||||||
if (char *pwd = getenv("PWD"))
|
|
||||||
return Path(pwd);
|
|
||||||
|
|
||||||
char pathname[MAXPATHLEN];
|
char pathname[MAXPATHLEN];
|
||||||
if (!getcwd(pathname, MAXPATHLEN)) {
|
if (!getcwd(pathname, MAXPATHLEN)) {
|
||||||
assert(false && "Could not query current working directory.");
|
assert(false && "Could not query current working directory.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user