[all-commits] [llvm/llvm-project] 971894: The real option name and not the alias used is dis...
Sean Perry via All-commits
all-commits at lists.llvm.org
Wed Sep 25 07:52:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97189492a1a75d39c09b0a54982f2a028c9bd652
https://github.com/llvm/llvm-project/commit/97189492a1a75d39c09b0a54982f2a028c9bd652
Author: Sean Perry <perry at ca.ibm.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M clang/lib/Driver/Driver.cpp
M clang/test/Driver/arm-execute-only.c
Log Message:
-----------
The real option name and not the alias used is displayed in msgs when using a config file (#107613)
An example of this is the -mpure-code option. Without a config file
being used, an error message will print `-mpure-code`. But if a config
file is used, the error message will print `-mexecute-only`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list