[PATCH] D20518: [X86][RTM] _xabort() should not have "noreturn" attribute
Amjad Aboud via llvm-commits
llvm-commits at lists.llvm.org
Mon May 23 01:20:59 PDT 2016
aaboud added a comment.
Can you add a LIT test?
Like this one:
void f1();
void f2() {
_xbegin();
_xabort();
f1();
}
And check that we are generating the call to f1;
Repository:
rL LLVM
http://reviews.llvm.org/D20518
More information about the llvm-commits
mailing list