diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-02-08 08:23:17 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-02-08 08:23:17 +0000 |
commit | 204ecffdb4ccb0877d6f5390cc013d8a203edcaf (patch) | |
tree | a22b3c835768089123de3d899a2642fb793c2005 /clang/docs/ClangCommandLineReference.rst | |
parent | 102fa92b4e825275b569d1636c2d24d6270ff4e2 (diff) | |
download | bcm5719-llvm-204ecffdb4ccb0877d6f5390cc013d8a203edcaf.tar.gz bcm5719-llvm-204ecffdb4ccb0877d6f5390cc013d8a203edcaf.zip |
[X86] Add -msgx/-mno-sgx command line options and __SGX__ define to match gcc.
llvm-svn: 294423
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 4a65f7ff243..feafc7a3316 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst @@ -2203,6 +2203,8 @@ X86 .. option:: -mrtm, -mno-rtm +.. option:: -msgx, -mno-sgx + .. option:: -msha, -mno-sha .. option:: -msse, -mno-sse |