Put these into a separate files to match other -print-* options tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Driver/print-resource-dir.c | ||
---|---|---|
2 | This isn't very useful. You can specify -resource-dir and check the output. |
clang/test/Driver/print-resource-dir.c | ||
---|---|---|
3 | You can use -DFILE=%S/Inputs/resource-dir and check that the printed string is exactly [[FILE]]. Just use / and let Harbomaster confirm that Windows doesn't need backslash. |
clang/test/Driver/print-resource-dir.c | ||
---|---|---|
3 | Thanks for the suggestion. |
This isn't very useful. You can specify -resource-dir and check the output.