summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/inline_macro_duplication.ll
Commit message (Collapse)AuthorAgeFilesLines
* Specify REQUIRES: default_triple in a few testsJustin Bogner2018-04-261-0/+1
| | | | | | These were all failing when specifying LLVM_DEFAULT_TARGET_TRIPLE=''. llvm-svn: 330977
* Store defined macros in MCContext.Rafael Espindola2018-02-141-0/+8
So that macros defined in inline assembly blocks are available to the whole file. This provides a consistent behavior with other assembly directives, since equations for example are already preserved between inline assembly blocks. PR: 36110 Patch by Roger! llvm-svn: 325139
OpenPOWER on IntegriCloud