[PATCH] D51354: Fix the -print-multi-directory flag to print the selected multilib.

Stella Stamenova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 10 10:29:01 PDT 2018


stella.stamenova added a comment.

I saw this test fail in our testing as well. I think the matches are too broad and I suspect this will fail intermittently on the bots too causing confusion:

  Command Output (stderr):
  --
  /vstsdrive/_work/10/s/llvm/tools/clang/test/Driver/print-multi-directory.c:19:32: error: CHECK-X86_64-MULTILIBS-NOT: excluded string found in input
  // CHECK-X86_64-MULTILIBS-NOT: 32
                                 ^
  <stdin>:1:199: note: found here
  clang version 8.0.0 (https://yn744hjyhitxavgbejjp2xsdymxivo4b6r7yrbigmz6v3uodg2sq@edgetools.visualstudio.com/llvm/_git/clang 5df831d3873a0affc7c7e1d908978f68222737f1) (llvm/_git/llvm 3e62673386d63e53205e2b6b92955c5506225e38)
                                                                                                                                                                                                        ^~


Repository:
  rC Clang

https://reviews.llvm.org/D51354





More information about the cfe-commits mailing list