[PATCH] D94169: [clang][driver] Restore the original help text for `-I`
Steve Scalpone via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 8 06:46:30 PST 2021
sscalpone added a comment.
@awarzynski, perhaps I am being too dramatic by wondering if we are compromising support for one or the other language in order to support a common definition. In the case of -I, there are language-specific semantics that are important and interesting, such as the relationship in clang between -I and -isystem, and the relationship in flang between -I and -module. Maybe the right answer is to allow the definition of duplicate options that are differentiated by language?
+1 @andreil99
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94169/new/
https://reviews.llvm.org/D94169
More information about the cfe-commits
mailing list