Skip to content
Snippets Groups Projects
Commit 3dd4dd64 authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Add a note about clang now rejecting unknown options.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192808 91177308-0d34-0410-b5e6-96231b3b80d8
parent b563488f
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,9 @@ New Compiler Flags
enable it.
- Command line "clang -O3 -flto a.c -c" and "clang -emit-llvm a.c -c"
are no longer equivalent.
- Clang now errors on unknown -m flags (``-munknown-to-clang``),
unknown -f flags (``-funknown-to-clang``) and unknown
options (``-what-is-this``).
C Language Changes in Clang
---------------------------
......
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