Follow-up to https://reviews.llvm.org/D24598 (separating builtins for x84-64 and i386).
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 394 Build 394: arc lint + arc unit
Event Timeline
test/Sema/builtins-x86_64.c | ||
---|---|---|
18 | Is there some way to ignore all notes? I needed to handle typo-correction notes (like: did you mean '__builtin_ia32_readeflags_u32'). |
Comment Actions
lgtm
test/Sema/builtins-x86_64.c | ||
---|---|---|
18 | If it's all typo correction, I recommend testing with -fno-spell-checking. |
Is there some way to ignore all notes? I needed to handle typo-correction notes (like: did you mean '__builtin_ia32_readeflags_u32').