llvm-project/lld/lib/Driver
Rui Ueyama 5c532370d5 Use llvm::sys::Process::GetEnv() instead of ::getenv().
Process::GetEnv() uses GetEnvironmentVariableW, which is a Windows API
to get an environment variable and is preferable over getenv().

llvm-svn: 190431
2013-09-10 20:33:21 +00:00
..
CMakeLists.txt Rename *Options.td -> <flavor>Options.td. 2013-09-04 00:24:35 +00:00
CoreDriver.cpp Change the parseFile argument from MemoryBuffer pointer to LinkerInput 2013-09-07 17:55:28 +00:00
CoreOptions.td This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00
DarwinLdDriver.cpp Use _isWholeArchive to silence -Wunused-private-field warning. 2013-09-09 19:21:06 +00:00
DarwinLdOptions.td Rename *Options.td -> <flavor>Options.td. 2013-09-04 00:24:35 +00:00
Driver.cpp Change the parseFile argument from MemoryBuffer pointer to LinkerInput 2013-09-07 17:55:28 +00:00
GnuLdDriver.cpp Rename GnuLDInputGraph.h -> GnuLdInputGraph.h for consistency with other files. 2013-09-09 19:30:23 +00:00
GnuLdOptions.td Recognize -Bstatic as alias for -static, clang uses it. 2013-09-09 11:48:43 +00:00
InputGraph.cpp Change the parseFile argument from MemoryBuffer pointer to LinkerInput 2013-09-07 17:55:28 +00:00
UniversalDriver.cpp Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to stderr." 2013-07-15 23:55:07 +00:00
WinLinkDriver.cpp Use llvm::sys::Process::GetEnv() instead of ::getenv(). 2013-09-10 20:33:21 +00:00
WinLinkOptions.td [PECOFF] Add /machine command line option. 2013-09-06 04:17:07 +00:00