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

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 25 13:15:20 PDT 2021


ABataev 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
----------------
I think it may fail in release mode, where no symbol names are generated. Need to replace labels with macros too.


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