[all-commits] [llvm/llvm-project] eff08f: Revert "[Sema][X86] Consider target attribute into...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Dec 6 15:42:36 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eff08f40976e177923fe95759917e59375458f71
https://github.com/llvm/llvm-project/commit/eff08f40976e177923fe95759917e59375458f71
Author: Reid Kleckner <rnk at google.com>
Date: 2019-12-06 (Fri, 06 Dec 2019)
Changed paths:
M clang/include/clang/AST/ASTContext.h
M clang/include/clang/Basic/TargetInfo.h
M clang/lib/AST/ASTContext.cpp
M clang/lib/Basic/Targets/X86.cpp
M clang/lib/Basic/Targets/X86.h
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/Sema/SemaStmtAsm.cpp
M clang/test/CodeGen/x86_32-inline-asm.c
Log Message:
-----------
Revert "[Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize."
This reverts commit e1578fd2b79fe5af5f80c0c166a8abd0f816c022.
It introduces a dependency on Attr.h which I am removing from
ASTContext.h.
More information about the All-commits
mailing list