summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "This patch enables the usage of constant Enum identifiers within ↵Eric Christopher2017-07-251-60/+0
| | | | | | | | Microsoft style inline assembly statements." as it is causing msan failures. This reverts commits r308985 and r308965 llvm-svn: 309004
* This test case is causing all PPC and SystemZ bots to remain red.Nemanja Ivanovic2017-07-251-1/+1
| | | | | | | | | | Notifying the author via Diffusion did not yield any answer. Therefore, I'm adding the missing triple. I have no idea if this is the intended triple, but it seems to fit the bill and should turn the bots back to green. If the intended triple is a different one, please feel free to change it but I need make this change to turn the bots back to green now. llvm-svn: 308985
* Fix spelling of FileCheck in test.Manuel Klimek2017-07-251-1/+1
| | | | llvm-svn: 308969
* This patch enables the usage of constant Enum identifiers within Microsoft ↵Matan Haroush2017-07-251-0/+60
style inline assembly statements. Differential Revision: https://reviews.llvm.org/D33277 https://reviews.llvm.org/D33278 llvm-svn: 308965
OpenPOWER on IntegriCloud