projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbad701
)
Correct the dynamic lib suffix on Darwin.
author
Reid Spencer
<rspencer@reidspencer.com>
Sat, 11 Sep 2004 07:35:01 +0000
(07:35 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sat, 11 Sep 2004 07:35:01 +0000
(07:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16293
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Darwin/Path.cpp
patch
|
blob
|
history
diff --git
a/lib/System/Darwin/Path.cpp
b/lib/System/Darwin/Path.cpp
index 33d15d1fb97fed2ccd6717b1999e5f393c4cc62f..1edb15450b73fa76a7109febd27650c828ac854c 100644
(file)
--- a/
lib/System/Darwin/Path.cpp
+++ b/
lib/System/Darwin/Path.cpp
@@
-45,7
+45,7
@@
Path::GetTemporaryDirectory() {
std::string
Path::GetDLLSuffix() {
- return "dyl
d
";
+ return "dyl
ib
";
}
}