[PATCH] D147561: [clang] don't serialize MODULE_DIRECTORY with ModuleFileHomeIsCwd

Keith Smiley via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 4 12:44:33 PDT 2023


keith accepted this revision.
keith added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/test/Modules/module-file-home-is-cwd.m:7-8
 // RUN:     -o %t/mod.pcm
 // RUN: llvm-bcanalyzer --dump --disable-histogram %t/mod.pcm | FileCheck %s
+// RUN: llvm-bcanalyzer --dump --disable-histogram %t/mod.pcm | FileCheck %s --check-prefix=INPUT
 
----------------
Instead of doing 2 invocations you can do `--check-prefixes=CHECK,INPUT`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147561



More information about the cfe-commits mailing list