[PATCH] D37466: D37461: fixups for existing InlineAsm tests + adding new ones

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 19 12:00:42 PDT 2017


rnk added inline comments.


================
Comment at: test/CodeGen/ms-inline-asm.cpp:37-38
-  int lvar = 10;
-  __asm mov eax, offset Foo::ptr
-  __asm mov eax, offset Foo::Bar::ptr
-// CHECK-LABEL: define void @_Z2t2v()
----------------
These don't seem tested anywhere now


Repository:
  rL LLVM

https://reviews.llvm.org/D37466





More information about the cfe-commits mailing list