[PATCH] D72591: [clang] [test] Fix riscv-toolchain-extra to be less picky about paths

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 13 15:35:36 PST 2020


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

Build llvm with `-DCLANG_RESOURCE_DIR=../lib/clang/99`

  Failing Tests (4):
      Clang :: Driver/modules.m
      Clang :: Driver/nostdlibinc.c
      Clang :: Driver/riscv32-toolchain-extra.c
      Clang :: Driver/riscv64-toolchain-extra.c

The first two failed because CLANG_RESOURCE_DIR is not meaningful.


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

https://reviews.llvm.org/D72591





More information about the cfe-commits mailing list