[PATCH] D73319: Add extension 'gnu_asm_goto_with_outputs'

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 27 12:53:11 PST 2020


nickdesaulniers added a comment.

Great idea; thanks for the patch! Needs documentation. :)



================
Comment at: clang/test/Parser/asm-goto-with-outputs.c:7
+#error Extension 'gnu_asm_goto_with_outputs' should be available by default
+#endif
+
----------------
probably don't need a bunch of test cases, just the check for the preprocessor define?  In that case, why don't you just add the above to an existing asm goto test?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73319/new/

https://reviews.llvm.org/D73319





More information about the cfe-commits mailing list