r337339 - Re-land r337333, "Teach Clang to emit address-significance tables.",

2018-07-17 Thread Peter Collingbourne via cfe-commits
Author: pcc Date: Tue Jul 17 17:27:07 2018 New Revision: 337339 URL: http://llvm.org/viewvc/llvm-project?rev=337339&view=rev Log: Re-land r337333, "Teach Clang to emit address-significance tables.", which was reverted in r337336. The problem that required a revert was fixed in

r337336 - Revert r337333, "Teach Clang to emit address-significance tables."

2018-07-17 Thread Peter Collingbourne via cfe-commits
Author: pcc Date: Tue Jul 17 16:56:30 2018 New Revision: 337336 URL: http://llvm.org/viewvc/llvm-project?rev=337336&view=rev Log: Revert r337333, "Teach Clang to emit address-significance tables." Causing multiple failures on sanitizer bots due to TLS symbol errors, e.g

r337333 - Teach Clang to emit address-significance tables.

2018-07-17 Thread Peter Collingbourne via cfe-commits
Author: pcc Date: Tue Jul 17 16:17:16 2018 New Revision: 337333 URL: http://llvm.org/viewvc/llvm-project?rev=337333&view=rev Log: Teach Clang to emit address-significance tables. By default, we emit an address-significance table on all ELF targets when the integrated assembler is enabled. The emi