about summary refs log tree commit diff
path: root/src/test/ui/asm/sym.rs
AgeCommit message (Expand)AuthorLines
2021-09-24Add inline asm! tests for aarch64Adam Gemmell-80/+0
2021-04-30Update LLVM submoduleAmanieu d'Antras-2/+0
2021-04-09reduce threads spawned by ui-testsThe8472-0/+2
2021-03-27Rollup merge of #83328 - tmiasko:asm-test, r=joshtriplettYuki Okushi-1/+1
2021-03-25Mark inline asm tests as requiring LLVM 10.0.1Amanieu d'Antras-1/+1
2021-03-20Join test thread to make assertion effective in sym.rs test caseTomasz Miąsko-1/+1
2020-06-30Stabilize `#[track_caller]`.Adam Perry-1/+1
2020-06-06Fix #[thread_local] statics as asm! sym operandsAmanieu d'Antras-5/+47
2020-05-24Properly handle InlineAsmOperand::SymFn when collecting monomorphized itemsAmanieu d'Antras-0/+38