[PATCH] D68451: [Sanitizers] Porting getrandom/getentropy interceptors to FreeBSD

Russell Gallop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 05:40:43 PDT 2019


russell.gallop added a comment.

Looks like there is a problem running the getrandom.c test as well:

  ValueError: expected: <end of expression>
  have: 'netbsd'
  in expression: 'android netbsd darwin solaris'
  in UNSUPPORTED: directive on test line 2

I think it needs commas between the platforms.

Thanks
Russ


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68451





More information about the llvm-commits mailing list