[clang] bb48005 - [NFC] Make AST_BLOCK_HASH test more robust with downstream changes
Daniel Grumberg via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 19 01:47:01 PDT 2020
Author: Daniel Grumberg
Date: 2020-06-19T09:41:15+01:00
New Revision: bb480056602daab86fbcd6aac5c6bc92ce350bb3
URL: https://github.com/llvm/llvm-project/commit/bb480056602daab86fbcd6aac5c6bc92ce350bb3
DIFF: https://github.com/llvm/llvm-project/commit/bb480056602daab86fbcd6aac5c6bc92ce350bb3.diff
LOG: [NFC] Make AST_BLOCK_HASH test more robust with downstream changes
Added:
Modified:
clang/test/Modules/ASTSignature.c
Removed:
################################################################################
diff --git a/clang/test/Modules/ASTSignature.c b/clang/test/Modules/ASTSignature.c
index d041b61200a7..f0df1e4e7823 100644
--- a/clang/test/Modules/ASTSignature.c
+++ b/clang/test/Modules/ASTSignature.c
@@ -4,7 +4,7 @@
// RUN: -fmodules-cache-path=%t -fdisable-module-hash %s
// RUN: cp %t/MyHeader2.pcm %t1.pcm
// RUN: rm -rf %t
-// RUN: %clang_cc1 -iquote "/dev/null" -iquote %S/Inputs/ASTHash/ -fsyntax-only \
+// RUN: %clang_cc1 -nostdinc++ -iquote %S/Inputs/ASTHash/ -fsyntax-only \
// RUN: -fmodules -fimplicit-module-maps -fmodules-strict-context-hash \
// RUN: -fmodules-cache-path=%t -fdisable-module-hash %s
// RUN: cp %t/MyHeader2.pcm %t2.pcm
More information about the cfe-commits
mailing list