[PATCH] D25494: Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.def
Albert Gutowski via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 11 18:37:56 PDT 2016
agutowski added inline comments.
================
Comment at: test/Sema/builtins-x86_64.c:17
+ v8ll vec8longlongs;
+ (void)__builtin_ia32_readeflags_u64(); // expected-error{{use of unknown builtin}} expected-note 0+ {{}}
+ (void)__builtin_ia32_writeeflags_u64(4); // expected-error{{use of unknown builtin}} expected-note 0+ {{}}
----------------
Is there some way to ignore all notes? I needed to handle typo-correction notes (like: `did you mean '__builtin_ia32_readeflags_u32'`).
https://reviews.llvm.org/D25494
More information about the cfe-commits
mailing list