This patch enables the usage of constant Enum identifiers within Microsoft...
This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements. Differential Revision: https://reviews.llvm.org/D33277 https://reviews.llvm.org/D33278 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308965 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Sema/SemaStmtAsm.cpp 16 additions, 6 deletionslib/Sema/SemaStmtAsm.cpp
- test/CodeGen/ms-inline-asm.c 7 additions, 7 deletionstest/CodeGen/ms-inline-asm.c
- test/CodeGen/x86-ms-inline-asm-enum_feature.cpp 60 additions, 0 deletionstest/CodeGen/x86-ms-inline-asm-enum_feature.cpp
- test/CodeGenCXX/ms-inline-asm-return.cpp 2 additions, 2 deletionstest/CodeGenCXX/ms-inline-asm-return.cpp
Please register or sign in to comment