summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.inline-asm-ms.xml.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-10 15:29:17 (GMT)
committerBrad King <brad.king@kitware.com>2014-04-10 17:40:06 (GMT)
commit159fa06a9323e76e9cc2a67a899cc216f266bf5a (patch)
treeab39d00efa86518dfa8b37302f379a9382df047d /test/expect/gccxml.any.inline-asm-ms.xml.txt
parent80d1be2da7aea241318130e4c49aebfe54377e29 (diff)
downloadCastXML-159fa06a9323e76e9cc2a67a899cc216f266bf5a.zip
CastXML-159fa06a9323e76e9cc2a67a899cc216f266bf5a.tar.gz
CastXML-159fa06a9323e76e9cc2a67a899cc216f266bf5a.tar.bz2
castxml: Register all LLVM target architectures and asm parsers
We need as parsers to support Visual Studio system header files that contain inline assembly.
Diffstat (limited to 'test/expect/gccxml.any.inline-asm-ms.xml.txt')
-rw-r--r--test/expect/gccxml.any.inline-asm-ms.xml.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/expect/gccxml.any.inline-asm-ms.xml.txt b/test/expect/gccxml.any.inline-asm-ms.xml.txt
new file mode 100644
index 0000000..cbf66f7
--- /dev/null
+++ b/test/expect/gccxml.any.inline-asm-ms.xml.txt
@@ -0,0 +1,7 @@
+^<\?xml version="1.0"\?>
+<GCC_XML[^>]*>
+ <Function id="_1" name="start" returns="_2" context="_3" location="f1:1" file="f1" line="1"/>
+ <FundamentalType id="_2" name="void"/>
+ <Namespace id="_3" name="::"/>
+ <File id="f1" name=".*/test/input/inline-asm-ms.cxx"/>
+</GCC_XML>$