From dc25d53fce91d393fad6c12c5354280b549f5452 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Thu, 12 Jan 2017 21:11:55 +0000 Subject: [PATCH] Add entry for -MJ. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291814 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index b15d9a5a14..fe4b3784b6 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -65,6 +65,8 @@ The option -Og has been added to optimize the debugging experience. For now, this option is exactly the same as -O1. However, in the future, some other optimizations might be enabled or disabled. +The option -MJ has been added to simplify adding JSON compilation +database output into existing build systems. The option .... -- 2.40.0