Similar to D116843 for Gnu.cpp
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Driver/ananas.c | ||
---|---|---|
20 | Delete -no-canonical-prefixes |
clang/test/Driver/ananas.c | ||
---|---|---|
20 | Why here and not with the other instances of this same test? I'm trying to understand what -no-canonical-prefixes does as I see this all over the place and it seems like it has something to do with expanding symlinks with relative paths. |
clang/test/Driver/ananas.c | ||
---|---|---|
20 | By default clang uses the dereferenced argv[0] to construct the -cc1 command line. Many tests copy n paste -no-canonical-prefixes without a good reason. However, it is usually sufficient to omit clang and check just -cc. These tests can omit -no-canonical-prefixes . |
Delete -no-canonical-prefixes