[PATCH] D99372: [OpenMP][NFC] Generate check lines with update script

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 26 07:39:33 PDT 2021


jdoerfert added inline comments.


================
Comment at: clang/test/OpenMP/cancel_codegen.cpp:83
+// OMP-LABEL: @main(
+// OMP-NEXT:  entry:
+// OMP-NEXT:    [[RETVAL:%.*]] = alloca i32, align 4
----------------
ABataev wrote:
> I think it may fail in release mode, where no symbol names are generated. Need to replace labels with macros too.
Release + Asserts works, I haven't tried w/o asserts yet. That feature is tracked here: https://bugs.llvm.org/show_bug.cgi?id=49714


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99372/new/

https://reviews.llvm.org/D99372



More information about the cfe-commits mailing list