"llvm/lib/DebugInfo/DWARFUnit.cpp" did not exist on "d60859b21e02c320fdd851b31b787f646e11b882"
-
Rui Ueyama authored
/DLLEXPORT is a command line option to export a symbol. __declspec(dllexport) uses that to make the linker to export DLLExport'ed functions, by adding the option to .drectve section. This patch implements the parser of the command line option. llvm-svn: 197122
4cf5a161
Loading