[PATCH] D82403: fix test failure for clang/test/CodeGen/builtin-expect-with-probability.cpp

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 23 13:26:47 PDT 2020


erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.

1 suggestion to the test, but otherwise looks OK.  Let me know if you'd like this committed for you.



================
Comment at: clang/test/CodeGen/builtin-expect-with-probability.cpp:48
+int x;
+int y(void);
+void foo();
----------------
You might consider making this 'extern C' so that you can do a more exact check on line 53.


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

https://reviews.llvm.org/D82403





More information about the cfe-commits mailing list