We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc43673 + 7815df1 commit 3cf603eCopy full SHA for 3cf603e
clang/test/Preprocessor/print-header-json.c
@@ -22,6 +22,7 @@
22
#include "system2.h"
23
24
// RUN: rm %t.txt
25
+// RUN: rm -rf %t
26
// RUN: env CC_PRINT_HEADERS_FORMAT=json CC_PRINT_HEADERS_FILTERING=direct-per-file CC_PRINT_HEADERS_FILE=%t.txt %clang -fsyntax-only -I %S/Inputs/print-header-json -isystem %S/Inputs/print-header-json/system -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -o /dev/null
27
// RUN: cat %t.txt | FileCheck %s --check-prefix=SUPPORTED_PERFILE_MODULES
28
0 commit comments