diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-02-08 07:56:42 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-02-08 07:56:42 +0000 |
commit | b16cb82c936275b18b0db62d1c7157c7a0bcaa26 (patch) | |
tree | cff43f6bc9505122d7b427393624d3234922947f /clang/docs/ClangCommandLineReference.rst | |
parent | 8493e6a88983ba6ef29cf249a7ac0e497aef6c4c (diff) | |
download | bcm5719-llvm-b16cb82c936275b18b0db62d1c7157c7a0bcaa26.tar.gz bcm5719-llvm-b16cb82c936275b18b0db62d1c7157c7a0bcaa26.zip |
[X86] Add -mmpx/-mno-mpx command line options and __MPX__ define to match gcc.
llvm-svn: 294419
Diffstat (limited to 'clang/docs/ClangCommandLineReference.rst')
-rw-r--r-- | clang/docs/ClangCommandLineReference.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index b8b3407bfe0..0e055c16802 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst @@ -2181,6 +2181,8 @@ X86 .. option:: -mmmx, -mno-mmx +.. option:: -mmpx, -mno-mpx + .. option:: -mmwaitx, -mno-mwaitx .. option:: -mpclmul, -mno-pclmul |