]> granicus.if.org Git - clang/commit
[X86] Add -mclwb/-mno-clwb command line arguments and __CLWB__ define to match gcc.
authorCraig Topper <craig.topper@gmail.com>
Wed, 8 Feb 2017 07:36:58 +0000 (07:36 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 8 Feb 2017 07:36:58 +0000 (07:36 +0000)
commit1e1521d281ea45b4e7a73221c4fa6a45d9c396d6
tree61a275fad90a62213964a87f6684f91fd23d24e0
parent004a9ff47dc74e0854ea03dc9249bb356bb6a681
[X86] Add -mclwb/-mno-clwb command line arguments and __CLWB__ define to match gcc.

In the future, we should also add a clwb intrinsic to the backend, a frontend builtin, and an instrinsic header file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294416 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Basic/Targets.cpp
test/Driver/x86-target-features.c
test/Preprocessor/predefined-arch-macros.c