================ @@ -0,0 +1,18 @@ +; REQUIRES: x86-registered-target +; RUN: llc < %s %loadnewpmbye | FileCheck %s --check-prefix=CHECK-ASM +; RUN: llc < %s %loadnewpmbye -last-words | FileCheck %s --check-prefix=CHECK-ACTIVE +; RUN: not llc %s %loadnewpmbye -last-words -filetype=obj 2>&1 | FileCheck %s --check-prefix=CHECK-ERR ---------------- aengelke wrote:
Good point, fixed with f24c0ec4124e76e072200377a40c80f974cfb51f. Thanks. https://github.com/llvm/llvm-project/pull/170846 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
