[PATCH] D28344: [AVR] Add support for the full set of inline asm constraints
Anton Korobeynikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 6 00:57:24 PST 2017
asl accepted this revision.
asl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/Basic/Targets.cpp:8570
+ }
}
----------------
don't you want to have "return false" here, just to silence warning for some compilers?
https://reviews.llvm.org/D28344
More information about the cfe-commits
mailing list