commit | 27f5ff66cc5a07a535046bc158a6844cb684422e | [log] [tgz] |
---|---|---|
author | Gabor Horvath <xazax.hun@gmail.com> | Mon Mar 13 15:32:24 2017 +0000 |
committer | Gabor Horvath <xazax.hun@gmail.com> | Mon Mar 13 15:32:24 2017 +0000 |
tree | a8f0b9b42fb227e6d42101dad03e6c072dea7140 | |
parent | 083b727da914b6eddcc31e6f56e88741d04d5731 [diff] [blame] |
[ASTImporter] Import fix of GCCAsmStmts w/ missing symbolic operands Patch by Zoltan Gera! Differential Revision: https://reviews.llvm.org/D30831 llvm-svn: 297627
diff --git a/clang/test/ASTMerge/asm/test.cpp b/clang/test/ASTMerge/asm/test.cpp index 3a0a205..8c3bdfe 100644 --- a/clang/test/ASTMerge/asm/test.cpp +++ b/clang/test/ASTMerge/asm/test.cpp
@@ -4,4 +4,5 @@ void testAsmImport() { asmFunc(12, 42); + asmFunc2(42); }