forked from OSchip/llvm-project
Remove release note about in-process-cc1
This feature landed before the 10.x branch, so it will be covered in the clang 10 release notes instead.
This commit is contained in:
parent
75188b01e9
commit
00c74d0b64
|
|
@ -46,11 +46,6 @@ sections with improvements to Clang's support for those languages.
|
|||
Major New Features
|
||||
------------------
|
||||
|
||||
- clang used to run the actual compilation in a subprocess ("clang -cc1").
|
||||
Now compilations are done in-process by default. ``-fno-integrated-cc1``
|
||||
restores the former behavior. The ``-v`` and ``-###`` flags will print
|
||||
"(in-process)" when compilations are done in-process.
|
||||
|
||||
- ...
|
||||
|
||||
Improvements to Clang's diagnostics
|
||||
|
|
|
|||
Loading…
Reference in New Issue