mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 13:56:07 +00:00

Fix an unintentional stdin read in the darwin-asan-nofortify.c test and replace it with an explicit test for multiple -E inputs passed to the driver. Noticed while working on the in-process driver patch. llvm-svn: 202007
7 lines
121 B
C
7 lines
121 B
C
// RUN: %clang -E %s %s | FileCheck %s
|
|
// Test that the driver can preprocess multiple files.
|
|
|
|
X
|
|
// CHECK: X
|
|
// CHECK: X
|