| commit | 08ebbcebb984b115ad1feb5984306f46cacdc616 | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <rnk@google.com> | Mon Nov 28 20:52:19 2016 +0000 |
| committer | Reid Kleckner <rnk@google.com> | Mon Nov 28 20:52:19 2016 +0000 |
| tree | 4235190f7af45df3e553586de92c6b0ab6f2d62b | |
| parent | 115efcd3d12e3617d0a2ee02499b379c67c2c5cb [diff] |
[MS] Mangle a unique ID into all MS inline asm labels This solves PR23715 in a way that is compatible with LTO. MSVC supports jumping to source-level labels and between inline asm blocks, but we don't. Also revert the old solution, r255201, which was to mark these calls as noduplicate. llvm-svn: 288059