commit | 801272a98c719280da26cbaad7592e975c70f44f | [log] [tgz] |
---|---|---|
author | Ben Langmuir <blangmuir@apple.com> | Tue Feb 25 18:23:47 2014 +0000 |
committer | Ben Langmuir <blangmuir@apple.com> | Tue Feb 25 18:23:47 2014 +0000 |
tree | 18a869897855b7e9cd5cdbbd51b3b55f64fb8db2 | |
parent | db673ca26af8501ddc1ab06d1f1209e96e76687e [diff] [blame] |
Add a driver option -ivfsoverlay Reads the description of a virtual filesystem from a file and overlays it over the real file system. llvm-svn: 202176
diff --git a/clang/test/VFS/Inputs/actual_header.h b/clang/test/VFS/Inputs/actual_header.h new file mode 100644 index 0000000..f61e586 --- /dev/null +++ b/clang/test/VFS/Inputs/actual_header.h
@@ -0,0 +1 @@ +void bar(void);