about summary refs log tree commit diff
path: root/src/test/run-pass/simple_global_asm.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-24/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow dead_code lint on some tests where the lint only fires on non-x86 ↵Felix S. Klock II-0/+1
targets...
2017-04-13Comply with windows symbol name conventionsA.J. Gardner-0/+2
2017-04-13Make simple_global_asm even simplerA.J. Gardner-3/+5
Windows builder croaked. This change tries to fix that by actually calling the global_asm-defined function so the symbol doesn't get optimized away, if that is in fact what was happening. Additionally, we provide an empty main() for non-x86 arches.
2017-04-12Add global_asm testsA.J. Gardner-0/+27