[PATCH] D68230: [UpdateCCTestChecks] Allow asm in output with --allow-asm
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 09:45:25 PDT 2019
xbolva00 added a comment.
Can you show simple example? Is it something like
int foo(void) {
; CHECK: xor eax, eax
return 0;
}
Than great, +1
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68230/new/
https://reviews.llvm.org/D68230
More information about the llvm-commits
mailing list