]> granicus.if.org Git - llvm/commit
TableGen: use fully qualified name for StringLiteral
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 31 Jan 2017 00:45:01 +0000 (00:45 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 31 Jan 2017 00:45:01 +0000 (00:45 +0000)
commit91f734b9ab07f0b13c6f1fbc4a6cbcd1dab69f44
tree418861f5c155a648852444837d97095d3d9225f9
parent51c6922329d7f56c33df159f3b239494679eef3a
TableGen: use fully qualified name for StringLiteral

Use the qualified name for StringLiteral (llvm::StringLiteral) when
generating the sources.  This is needed as the generated files may be
used out-of-tree (e.g. swift) where you may not have a
`using namespace llvm;` resulting in an undefined lookup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293577 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/IntrinsicEmitter.cpp