Skip to content
Snippets Groups Projects
Commit c77b766d authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Fix typo in diagnostic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68017 91177308-0d34-0410-b5e6-96231b3b80d8
parent 1afabd94
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,6 @@ def warn_drv_not_using_clang_cpp : Warning<
def warn_drv_not_using_clang_cxx : Warning<
"not using the clang compiler for C++ inputs">;
def warn_drv_not_using_clang_arch : Warning<
"not using the clang compiler the '%0' architecture">;
"not using the clang compiler for the '%0' architecture">;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment