Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/
-
trunk/
-
MinGW/
-
Driver.cpp
-
test/MinGW/
-
MinGW/
-
driver.test
Hide Panel
f
Keyboard Reference
?
Differential
D37823
Filenames are case-insensitive on Windows, so .DEF is the same as .def.
Closed
Public
Authored by
ruiu
on Sep 13 2017, 1:10 PM.
Download Raw Diff
Details
Reviewers
mstorsjo
Commits
rGb359263011f3: Filenames are case-insensitive on Windows, so .DEF is the same as .def.
rLLD313285: Filenames are case-insensitive on Windows, so .DEF is the same as .def.
rL313285: Filenames are case-insensitive on Windows, so .DEF is the same as .def.
Summary
Filenames are case-insensitive on Windows, so .DEF is the same as .def.
Diff Detail
Repository
rL LLVM
Event Timeline
ruiu
created this revision.
Sep 13 2017, 1:10 PM
Harbormaster
completed remote builds in
B10198: Diff 115106
.
Sep 13 2017, 1:10 PM
mstorsjo
accepted this revision.
Sep 13 2017, 9:38 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Sep 13 2017, 9:38 PM
Closed by commit
rL313285: Filenames are case-insensitive on Windows, so .DEF is the same as .def.
(authored by
ruiu
).
·
Explain Why
Sep 14 2017, 11:34 AM
This revision was automatically updated to reflect the committed changes.