Re: r308965 - This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements.

2017-07-26 Thread Alexander Kornienko via cfe-commits
FTR, this was reverted in r309004. On Tue, Jul 25, 2017 at 12:43 PM, Matan Haroush via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: mharoush > Date: Tue Jul 25 03:43:43 2017 > New Revision: 308965 > > URL: http://llvm.org/viewvc/llvm-project?rev=308965=rev > Log: > This patch

r308965 - This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements.

2017-07-25 Thread Matan Haroush via cfe-commits
Author: mharoush Date: Tue Jul 25 03:43:43 2017 New Revision: 308965 URL: http://llvm.org/viewvc/llvm-project?rev=308965=rev Log: This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements. Differential Revision: https://reviews.llvm.org/D33277