[PATCH] D43370: Add XRay support for NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 21:42:21 PST 2018


krytarowski added a comment.

  Failing Tests (11):
      XRay-x86_64-netbsd :: TestCases/Linux/arg1-arg0-logging.cc
      XRay-x86_64-netbsd :: TestCases/Linux/arg1-logger.cc
      XRay-x86_64-netbsd :: TestCases/Linux/arg1-logging-implicit-this.cc
      XRay-x86_64-netbsd :: TestCases/Linux/argv0-log-file-name.cc
      XRay-x86_64-netbsd :: TestCases/Linux/coverage-sample.cc
      XRay-x86_64-netbsd :: TestCases/Linux/fixedsize-logging.cc
      XRay-x86_64-netbsd :: TestCases/Linux/func-id-utils.cc
      XRay-x86_64-netbsd :: TestCases/Linux/logging-modes.cc
      XRay-x86_64-netbsd :: TestCases/Linux/optional-inmemory-log.cc
      XRay-x86_64-netbsd :: TestCases/Linux/patching-unpatching.cc
      XRay-x86_64-netbsd :: TestCases/Linux/pic_test.cc
  
    Unsupported Tests  : 9
    Unexpected Failures: 11

Unexpected failures come from: `clang-7.0: error: the clang compiler does not support '-fxray-instrument on non-Linux target OS'`


Repository:
  rL LLVM

https://reviews.llvm.org/D43370





More information about the llvm-commits mailing list