-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
clang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featurequality-of-implementation
Description
You can give the driver a set of .cfg files that are going to be used to inject flags before and after the user specified ones. See: https://releases.llvm.org/6.0.0/tools/clang/docs/UsersManual.html#configuration-files
Unfortunately, I do not see how to ask the driver to dump all the flags, user given and configuration ones.
Metadata
Metadata
Assignees
Labels
clang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featurequality-of-implementation