Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes sure mixed-language (e.g., C and C++) utility libraries behave as
expected.
|
|
|
|
|
|
See GitHub issue #114 for context.
|
|
Their presence is incompatible with what we are doing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GitHub issue #136.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Seeing that std::map is becoming a common Buildfile variable type.
|
|
See the config.cxx.translate_include variable documentation in cxx/init.cxx
for details.
|
|
|
|
|
|
This approach works for both link.exe and lld-link which does not support
/DUMP.
We now also issue a warning if we were unable to detect the library type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also suppress generation of the object file in cases where we don't need it.
|
|
|
|
|
|
|
|
|