diff --git a/test/Driver/at_file_missing.c b/test/Driver/at_file_missing.c new file mode 100644 index 0000000000000000000000000000000000000000..0189a8bb7571bed12ee3d673c8e1be6ead737a88 --- /dev/null +++ b/test/Driver/at_file_missing.c @@ -0,0 +1,7 @@ +// Make sure that arguments that begin with @ are left as is in the argument +// stream, and also that @file arguments continue to be processed. + +// RUN: echo "%s -D FOO" > %t.args +// RUN: %clang -rpath @executable_path/../lib @%t.args -### 2>&1 | FileCheck %s +// CHECK: "-D" "FOO" +// CHECK: "-rpath" "@executable_path/../lib"