Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MS] Don't escape MS C++ names with \01 | Reid Kleckner | 2018-03-16 | 1 | -2/+2 |
| | | | | | | | It is not needed after LLVM r327734. Now it will be easier to copy-paste IR symbol names from Clang. llvm-svn: 327738 | ||||
* | Start setting dllimport/dllexport in setGVProperties. | Rafael Espindola | 2018-03-01 | 1 | -1/+1 |
| | | | | | | | | | | This is the next step in setting dso_local for COFF. The patches changes setGVProperties to first set dllimport/dllexport and changes a few cases that were setting dllimport/dllexport manually. With this a few more GVs are marked dso_local. llvm-svn: 326397 | ||||
* | Add dllexport default ctor closure PCH regression test for PR31121 | Reid Kleckner | 2016-11-23 | 1 | -0/+26 |
Follow up to r287774 llvm-svn: 287793 |