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
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
jdoerfert created this revision.
jdoerfert added reviewers: AMDChirag, fghanim, ggeorgakoudis, ABataev.
Herald added subscribers: jfb, guansong, yaxunl.
Herald added a reviewer: bollu.
jdoerfert requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: clang.