llvm-project/lld/test
Rui Ueyama 0e363b75a4 [PECOFF] Support =internalName syntax in .def file.
Export definitions in a module definition file is as follows:

  exportedname[=internalname] [@ordinal [NONAME]] [PRIVATE] [DATA]

Previously we did not support =internalname, so users couldn't export
symbols from a DLL with a different name.

llvm-svn: 207827
2014-05-02 03:43:51 +00:00
..
Driver Remove ordinals from Input Graph elements. 2014-04-03 02:21:44 +00:00
LinkerScript [LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier 2014-02-25 17:02:54 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core [core] support .gnu.linkonce sections 2014-04-01 03:49:55 +00:00
darwin Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
elf [ELF] Fix the file look up algorithm used in the linker script GROUP command. 2014-05-01 16:22:08 +00:00
pecoff [PECOFF] Support =internalName syntax in .def file. 2014-05-02 03:43:51 +00:00
CMakeLists.txt lld: Silence CMake warning about a target that doesn't exist 2014-04-28 18:34:11 +00:00
lit.cfg XFAIL the Mips tests when we don't have the target. 2014-04-23 05:35:26 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00