[PATCH] D70691: Optimization record for bytecode input missing- PR44000

Zahira Ammarguellat via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 08:08:49 PST 2019


zahiraam added a comment.

Thanks for the review. Please let me know if I have addressed everything.



================
Comment at: clang/test/CodeGen/opt-record-1.c:3
+// RUN: %clang_cc1 -x ir %t.bc -opt-record-file %t.opt -fopenmp -emit-obj
+// RUN: cat %t.opt |  FileCheck -check-prefix=CHECK -check-prefix=CHECK-PASSES %s
+
----------------
thegameg wrote:
> Why are the two `-check-prefix`es needed?
Removed one.


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

https://reviews.llvm.org/D70691





More information about the llvm-commits mailing list